Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrei-Claudiu Roibu
BrainMapper
Commits
eda104f9
Commit
eda104f9
authored
Sep 08, 2020
by
Andrei-Claudiu Roibu
Browse files
updating cluster branch to source
parent
282671ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/data_evaluation_utils.py
View file @
eda104f9
...
...
@@ -222,7 +222,7 @@ def evaluate_data(trained_model_path,
raise
(
exception_expression
)
output_statistics_df
=
pd
.
DataFrame
.
from_dict
(
output_statistics
,
orient
=
'index'
,
columns
=
[
'mse'
,
'mae'
,
'cel'
,
'pearson_r'
,
'pearson_p'
,
'spearman_r'
,
'spearman_p'
,
'regression_w'
,
'regression_b'
])
output_statistics_df
.
to_
pickle
(
output_statistics_path
)
output_statistics_df
.
to_
csv
(
output_statistics_path
)
log
.
info
(
"Output Data Generation Complete"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment