Skip to content

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Feb 9, 2024
1 parent 86da31c commit 019e4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classifier-e2e/run_skip_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"metadata": {},
"outputs": [],
"source": [
"!zenml integration install sklearn xgboost -y\n",
"! pip3 install -r requirements.txt\n",
"! zenml integration install sklearn xgboost -y\n",
"! zenml connect --url https://1cf18d95-zenml.cloudinfra.zenml.io \n",
"! zenml model delete breast_cancer_classifier -y\n",
"\n",
Expand All @@ -53,7 +54,6 @@
"source": [
"# Initialize ZenML and set the default stack\n",
"!zenml init\n",
"\n",
"!zenml stack set local-sagemaker-step-operator-wandb"
]
},
Expand Down

0 comments on commit 019e4d8

Please sign in to comment.