Skip to content

Commit

Permalink
Change example argument (mlflow#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbczumar authored Jun 30, 2019
1 parent e205be3 commit 6b5c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ evaluate test data.
# Save the MLflow Model
mlflow_pyfunc_model_path = "xgb_mlflow_pyfunc"
mlflow.pyfunc.save_model(
dst_path=mlflow_pyfunc_model_path, python_model=XGBWrapper(), artifacts=artifacts,
path=mlflow_pyfunc_model_path, python_model=XGBWrapper(), artifacts=artifacts,
conda_env=conda_env)
# Load the model in `python_function` format
Expand Down

0 comments on commit 6b5c21d

Please sign in to comment.