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.
1 parent a399f04 commit de263b1Copy full SHA for de263b1
dataikuapi/dss/ml.py
@@ -275,10 +275,10 @@ 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():
+ def get_all_possible_algorithm_names(self):
282
"""
283
Returns the list of possible algorithm names, i.e. the list of valid
284
identifiers for :meth:`set_algorithm_enabled` and :meth:`get_algorithm_settings`
0 commit comments