We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84039 commit da7a645Copy full SHA for da7a645
1 file changed
dataikuapi/dss/ml.py
@@ -808,7 +808,7 @@ def __init__(self, data):
808
@staticmethod
809
def create_from_expected_class(expected_valid_ratio, expected_class):
810
"""
811
- Creates an assertion condition from an expected valid ratio and an expected class
+ Creates an assertion condition from the expected valid ratio and class
812
813
:param float expected_valid_ratio: Ratio of valid rows needed for the assertion to pass
814
:param str expected_class: Class on which the `expected_valid_ratio` will be calculated
0 commit comments