Skip to content

Commit dd84294

Browse files
author
Louis Pouillot
committed
rename start_guess to guess
1 parent 669d3fc commit dd84294

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
@@ -921,7 +921,7 @@ def redeploy_to_flow(self, model_id, recipe_name=None, saved_model_id=None, acti
921921
"POST", "/projects/%s/models/lab/%s/%s/models/%s/actions/redeployToFlow" % (self.project_key, self.analysis_id, self.mltask_id, model_id),
922922
body = obj)
923923

924-
def start_guess(self,
924+
def guess(self,
925925
prediction_type=None):
926926
"""
927927
Guess the feature handling and the algorithms.

0 commit comments

Comments
 (0)