Skip to content

Commit

Permalink
Fixed minor json file that does not have all the data from a plot
Browse files Browse the repository at this point in the history
  • Loading branch information
leschultz committed Oct 9, 2023
1 parent 1d060e6 commit 891772d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Package information
name = 'madml'
version = '0.9.2' # Need to increment every time to push to PyPI
version = '0.9.3' # Need to increment every time to push to PyPI
description = 'Application domain of machine learning in materials science.'
url = 'https://github.com/leschultz/'\
'materials_application_domain_machine_learning.git'
Expand Down
1 change: 1 addition & 0 deletions src/madml/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ def pr(score, in_domain, pos_label, save=False):
data['precision'] = list(precision)
data['baseline'] = baseline
data['auc'] = auc_score
data['auc-baseline'] = diff
data['auc_relative'] = auc_relative
data.update(custom)

Expand Down

0 comments on commit 891772d

Please sign in to comment.