Skip to content

Commit 2f22672

Browse files
author
aavtomonov
committed
Added redetect flag to ML task guess public API (docstring)
1 parent f4308e0 commit 2f22672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +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
16931694
"""
16941695
obj = {}
16951696
if prediction_type is not None:

0 commit comments

Comments
 (0)