Skip to content

Commit fe84039

Browse files
Arnaud dEinstanceofme
andauthored
Clarify expected_valid_ratio parameter docstring
Co-authored-by: Adrien Lavoillotte <adrien.lavoillotte@dataiku.com>
1 parent 190676c commit fe84039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def create_from_expected_range(expected_valid_ratio, expected_range):
825825
"""
826826
Creates an assertion condition from an expected valid ratio and an expected range
827827
828-
:param float expected_valid_ratio: Ratio of valid rows to exceed for the assertion to pass
828+
:param float expected_valid_ratio: Assertion passes if this ratio of rows predicted between expected_min and expected_max is attained
829829
:param tuple(float,float) expected_range: Range of values (min, max) where the prediction will be considered as
830830
valid for the `expected_valid_ratio`
831831

0 commit comments

Comments
 (0)