Skip to content

Commit 6f95bc0

Browse files
committed
Fix get_all_possible_algorithm_names
1 parent 05fca8a commit 6f95bc0

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

281-
def get_all_possible_algorithm_names():
281+
def get_all_possible_algorithm_names(self):
282282
"""
283283
Returns the list of possible algorithm names, i.e. the list of valid
284284
identifiers for :meth:`set_algorithm_enabled` and :meth:`get_algorithm_settings`

0 commit comments

Comments
 (0)