Skip to content

Commit 896a7c6

Browse files
Merge pull request #89 from dataiku/fix/typos-in-new-ml-methods
Fix typos in new ml methods
2 parents 6f2364e + de263b1 commit 896a7c6

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
@@ -275,7 +275,7 @@ def disable_all_algorithms(self):
275275
custom_mllib["enabled"] = False
276276
for custom_python in self.mltask_settings["modeling"]["custom_python"]:
277277
custom_python["enabled"] = False
278-
for plugin in self.mltask_settings["modeling"]["plugin"].values():
278+
for plugin in self.mltask_settings["modeling"]["plugin_python"].values():
279279
plugin["enabled"] = False
280280

281281
def get_all_possible_algorithm_names(self):

0 commit comments

Comments
 (0)