We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f2364e + de263b1 commit 896a7c6Copy full SHA for 896a7c6
dataikuapi/dss/ml.py
@@ -275,7 +275,7 @@ def disable_all_algorithms(self):
275
custom_mllib["enabled"] = False
276
for custom_python in self.mltask_settings["modeling"]["custom_python"]:
277
custom_python["enabled"] = False
278
- for plugin in self.mltask_settings["modeling"]["plugin"].values():
+ for plugin in self.mltask_settings["modeling"]["plugin_python"].values():
279
plugin["enabled"] = False
280
281
def get_all_possible_algorithm_names(self):
0 commit comments