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
(cherry picked from commit 9670fa8)
  • Loading branch information
narJH27 authored and Borda committed Nov 16, 2022
1 parent 988a7d3 commit 5fc7685
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
@@ -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 5fc7685

Please sign in to comment.