File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments