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 05fca8a commit 6f95bc0Copy full SHA for 6f95bc0
dataikuapi/dss/ml.py
@@ -278,7 +278,7 @@ def disable_all_algorithms(self):
278
for plugin in self.mltask_settings["modeling"]["plugin"].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