Skip to content

Commit b398bfb

Browse files
authored
Merge pull request #102616 from Muhtasham/patch-2
Update concept-mlflow-models.md
2 parents 8a0cc10 + ac8b454 commit b398bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-mlflow-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Models can get logged by using MLflow SDK:
4949

5050
```python
5151
import mlflow
52-
mlflow..sklearn.log_model(sklearn_estimator, "classifier")
52+
mlflow.sklearn.log_model(sklearn_estimator, "classifier")
5353
```
5454

5555

0 commit comments

Comments
 (0)