Skip to content

Commit

Permalink
small change to python file to trigger tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Chan <jesse.chan@databricks.com>
  • Loading branch information
jessechancy committed Dec 2, 2023
1 parent 56f606a commit 3a4e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/sklearn/__init__.py
Expand Up @@ -165,7 +165,7 @@ def save_model(
metadata=None,
):
"""
Save a scikit-learn model to a path on the local file system. Produces an MLflow Model
Save a scikit-learn model to a path on the local file system. Produces a MLflow Model
containing the following flavors:
- :py:mod:`mlflow.sklearn`
Expand Down

0 comments on commit 3a4e6ef

Please sign in to comment.