Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
gykovacs committed Feb 18, 2024
1 parent aab44f0 commit 7125700
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mlscorecheck/check/binary/_check_1_testset_no_kfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ def check_1_testset_no_kfold(
'fbp', 'fbn', 'upm', 'gm', 'mk', 'lrp', 'lrn', 'mcc',
'bm', 'pt', 'dor', 'ji', 'kappa'), when using
f-beta positive or f-beta negative, also set
'beta_positive' and 'beta_negative'. Full names in camel case, like
'positive_predictive_value', synonyms, like 'true_positive_rate'
or 'tpr' instead of 'sens' and complements, like
'false_positive_rate' for (1 - 'spec') can also be used.
'beta_positive' and 'beta_negative'. Full names in camel case,
like 'positive_predictive_value', synonyms, like
'true_positive_rate' or 'tpr' instead of 'sens' and
complements, like 'false_positive_rate' for (1 - 'spec') can
also be used.
eps (float|dict(str,float)): the numerical uncertainty (potentially for each score)
numerical_tolerance (float): in practice, beyond the numerical uncertainty of
the scores, some further tolerance is applied. This is
Expand Down

0 comments on commit 7125700

Please sign in to comment.