Skip to content

Commit b38b38f

Browse files
Better naming in comments
Co-authored-by: Adrien Lavoillotte <[email protected]>
1 parent 97396a4 commit b38b38f

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
@@ -335,7 +335,7 @@ def get_all_possible_algorithm_names(self):
335335

336336
def _get_custom_algorithm_names(self):
337337
"""
338-
Returns the list of names of defined custom models (python & mllib)
338+
Returns the list of names of defined custom models (Python & MLlib backends)
339339
340340
:returns: the list of custom models names
341341
:rtype: list of string
@@ -388,7 +388,7 @@ def add_custom_python_model(self, name="Custom Python Model", code=""):
388388

389389
def add_custom_mllib_model(self, name="Custom MLlib Model", code=""):
390390
"""
391-
Adds a new custom mllib model
391+
Adds a new custom MLlib model
392392
393393
:param str name: name of the custom model
394394
:param str code: code of the custom model

0 commit comments

Comments
 (0)