Skip to content

Commit 2bae27c

Browse files
Apply suggestions from code review
Co-authored-by: Mope Akande <[email protected]>
1 parent c5d739c commit 2bae27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-convert-custom-model-to-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ conda_env = {
9090
}
9191
```
9292

93-
## Load the MLFlow formatted model and test predictions
93+
## Load the MLflow formatted model and test predictions
9494

9595
After your environment is ready, pass the `SKlearnWrapper`, the Conda environment, and your newly created artifacts dictionary to the `mlflow.pyfunc.save_model()` method. Doing so saves the model to your disk.
9696

0 commit comments

Comments
 (0)