Skip to content

Commit 891772d

Browse files
committed
Fixed minor json file that does not have all the data from a plot
1 parent 1d060e6 commit 891772d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Package information
44
name = 'madml'
5-
version = '0.9.2' # Need to increment every time to push to PyPI
5+
version = '0.9.3' # Need to increment every time to push to PyPI
66
description = 'Application domain of machine learning in materials science.'
77
url = 'https://github.com/leschultz/'\
88
'materials_application_domain_machine_learning.git'

src/madml/plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,7 @@ def pr(score, in_domain, pos_label, save=False):
12211221
data['precision'] = list(precision)
12221222
data['baseline'] = baseline
12231223
data['auc'] = auc_score
1224+
data['auc-baseline'] = diff
12241225
data['auc_relative'] = auc_relative
12251226
data.update(custom)
12261227

0 commit comments

Comments
 (0)