Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
f84f8120
Commit
f84f8120
authored
Aug 19, 2021
by
Martino Bertoni
🌋
Browse files
re-enabling plots for adanet results
parent
02d1db1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/tool/adanet/adanet_wrap.py
View file @
f84f8120
...
...
@@ -443,7 +443,7 @@ class AdaNetWrapper(object):
return
model_vars
def
save_performances
(
self
,
output_dir
,
plot
,
suffix
=
None
,
extra_predictors
=
None
,
do_plot
=
Fals
e
):
suffix
=
None
,
extra_predictors
=
None
,
do_plot
=
Tru
e
):
"""Save stats and make plots."""
# read input
splits
=
[
'train'
,
'test'
,
'validation'
]
...
...
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