From 3a4e6ef5c3492522ff26effda167f23eaffd9ef2 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sat, 2 Dec 2023 15:51:38 -0800 Subject: [PATCH] small change to python file to trigger tests Signed-off-by: Jesse Chan --- mlflow/sklearn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlflow/sklearn/__init__.py b/mlflow/sklearn/__init__.py index 16622d5c98cea..80a06176a641a 100644 --- a/mlflow/sklearn/__init__.py +++ b/mlflow/sklearn/__init__.py @@ -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`