Skip to content

Commit

Permalink
Update XGB-example.ipynb (#150)
Browse files Browse the repository at this point in the history
* Update XGB-example.ipynb

Update to add a !pip for the colab users.
  • Loading branch information
jspisak authored Jun 18, 2020
1 parent daf09ac commit 79c4d75
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion notebooks/XGB-example.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "code",
"metadata": {},
"source": [
"!pip install hummingbird_ml[extra]"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -119,4 +128,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 79c4d75

Please sign in to comment.