Skip to content

Commit

Permalink
Docs: Fix import for scikit in XGBoost template (#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
narJH27 authored Nov 16, 2022
1 parent e93c649 commit 9670fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-app/levels/basic/hello_components/xgboost.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# app.py
# !pip install sklearn xgboost
# !pip install scikit-learn xgboost
import lightning as L
from sklearn import datasets
from sklearn.model_selection import train_test_split
Expand Down

0 comments on commit 9670fa8

Please sign in to comment.