Skip to content

Commit 0d1eea4

Browse files
Update dataikuapi/dss/ml.py
Co-authored-by: Adrien Lavoillotte <adrien.lavoillotte@dataiku.com>
1 parent 2f22672 commit 0d1eea4

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, redetect=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 redetect: if True then the DSS automatically initializes ML task settings, if False, only the target values are remapped
1693+
:param bool redetect: if False then skip ML task settings automatic detection, only the target values are remapped
16941694
"""
16951695
obj = {}
16961696
if prediction_type is not None:

0 commit comments

Comments
 (0)