Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatekole committed Oct 20, 2023
1 parent 0f1440d commit 62a722c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions module2/ml_model_quality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
"# Model Quality: Code Practice"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a005d74d",
"metadata": {},
"outputs": [],
"source": [
"!pip install evidently\n",
"\n",
"%load_ext autoreload\n",
"%autoreload 2"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 62a722c

Please sign in to comment.