Skip to content

Commit

Permalink
Merge pull request #186 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
export forgotten fp, fn, tp, tn - for a 0.11.4 release
  • Loading branch information
ablaom authored Feb 13, 2020
2 parents 22ad608 + 5734bc1 commit 0f921e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.11.3"
version = "0.11.4"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
1 change: 1 addition & 0 deletions src/MLJBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export TruePositive, TrueNegative, FalsePositive, FalseNegative,
falsenegative_rate, negativepredicitive_value,
positivepredictive_value, tpr, tnr, fpr, fnr,
falsediscovery_rate, fdr, npv, ppv,
fn, fp, tn, tp,
recall, sensitivity, hit_rate, miss_rate,
specificity, selectivity, f1score, fallout

Expand Down

0 comments on commit 0f921e7

Please sign in to comment.