Skip to content

Commit de263b1

Browse files
committed
Fix typos in new ml methods
1 parent a399f04 commit de263b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/ml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ 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

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)