Skip to content

Commit

Permalink
bring config back
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Feb 15, 2024
1 parent ef190c9 commit 8a46c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifier-e2e/run_skip_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@
" tags = [\"breast_cancer\", \"classifier\", \"xgboost\"]\n",
")\n",
"\n",
"training.with_options(**pipeline_settings)(\n",
"training.with_options(config_path=\"configs/training_xgboost.yaml\",**pipeline_settings)(\n",
" model_type=\"xgboost\",\n",
" random_state=42\n",
")"
Expand Down

0 comments on commit 8a46c16

Please sign in to comment.