We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190676c commit fe84039Copy full SHA for fe84039
1 file changed
dataikuapi/dss/ml.py
@@ -825,7 +825,7 @@ def create_from_expected_range(expected_valid_ratio, expected_range):
825
"""
826
Creates an assertion condition from an expected valid ratio and an expected range
827
828
- :param float expected_valid_ratio: Ratio of valid rows to exceed for the assertion to pass
+ :param float expected_valid_ratio: Assertion passes if this ratio of rows predicted between expected_min and expected_max is attained
829
:param tuple(float,float) expected_range: Range of values (min, max) where the prediction will be considered as
830
valid for the `expected_valid_ratio`
831
0 commit comments