Skip to content

Commit

Permalink
[Docs] fix tutorial 05-model-monitoring [1.6.x] (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesh0812 committed Jun 2, 2024
1 parent 5b9d2fc commit de2ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/05-model-monitoring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"model_name = \"RandomForestClassifier\"\n",
"project.log_model(\n",
" model_name,\n",
" model_file=\"model.pkl\",\n",
" model_file=\"_static/model.pkl\",\n",
" training_set=train_set,\n",
" framework=\"sklearn\",\n",
")"
Expand Down

0 comments on commit de2ac29

Please sign in to comment.