Skip to content

Commit

Permalink
test-mlflow-tracking.ipynb: improve pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSkralivetsky committed Aug 26, 2024
1 parent e1a7e7a commit d3e0f90
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions test-mlflow-tracking/test-mlflow-tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@
},
"outputs": [],
"source": [
"! pip install mlflow"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c5d35479-7453-4ec9-84ee-686d7f779561",
"metadata": {
"scrolled": true,
"tags": []
},
"outputs": [],
"source": [
"! pip install xgboost"
"!pip install mlflow xgboost mlrun[complete]"
]
},
{
Expand Down

0 comments on commit d3e0f90

Please sign in to comment.