Skip to content

Commit 52c8c27

Browse files
committed
fixed pydoc
1 parent 8f948a7 commit 52c8c27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ads/model/generic_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,10 @@ def prepare(
842842
number of features(columns).
843843
ignore_conda_error: (bool, optional). Defaults to False.
844844
Parameter to ignore error when collecting conda information.
845-
score_py_uri: (str, optional). Defaults to False.
845+
score_py_uri: (str, optional). Defaults to None.
846846
The uri of the customized score.py, which can be local path or OCI object storage URI.
847-
The provided score.py will be added into artifact_dir.
847+
When provide with this attibute, the `score.py` will not be auto generated, and the
848+
provided `score.py` will be added into artifact_dir.
848849
kwargs:
849850
impute_values: (dict, optional).
850851
The dictionary where the key is the column index(or names is accepted

0 commit comments

Comments
 (0)