You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for feature_value in feature_values:
distance += abs(feature_value - meann)
distance = distance / stdd / len(feature_values)
In your by hand computation, you do: abs(-69.4687143541 - score1[0]['AHP_depth_abs'].mean())/0.539758874442
To compare with eFel, it should be: abs(-69.4687143541 - score1[0]['AHP_depth_abs']).mean()/0.539758874442
Hi I am comparing the results of the efel vs fitcalc.calculate_scores and it seems that there is a difference.
IIDRest_7_AHP_depth_abs
manual calculation : 29.24285168089122
bluepyopt calculation : 36.269754996091436
See full example in the attached zip -Show_Bug.zip - file, open Show_error.ipynb for full details,
Thanks.
Might be related to BlueBrain/eFEL#166
The text was updated successfully, but these errors were encountered: