Skip to content

Commit ceb574d

Browse files
Update dataikuapi/dss/ml.py
Co-authored-by: Adrien Lavoillotte <adrien.lavoillotte@dataiku.com>
1 parent 99fc47c commit ceb574d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ def guess(self, prediction_type=None, reguess_level=None):
16901690
"""
16911691
Guess the feature handling and the algorithms.
16921692
:param string prediction_type: In case of a prediction problem the prediction type can be specify. Valid values are BINARY_CLASSIFICATION, REGRESSION, MULTICLASS.
1693-
:param bool reguess_level: One of the following values: TARGET_CHANGE, TARGET_REGUESS and FULL_REGUESS. Only valid for prediction ML Tasks.
1693+
:param bool reguess_level: One of the following values: TARGET_CHANGE, TARGET_REGUESS and FULL_REGUESS. Only valid for prediction ML Tasks, cannot be specified if prediction_type is also set.
16941694
"""
16951695
obj = {}
16961696
if prediction_type is not None:

0 commit comments

Comments
 (0)