Skip to content

Commit 5fc7685

Browse files
narJH27Borda
authored andcommitted
Docs: Fix import for scikit in XGBoost template (#15693)
(cherry picked from commit 9670fa8)
1 parent 988a7d3 commit 5fc7685

File tree

1 file changed

+1
-1
lines changed
  • docs/source-app/levels/basic/hello_components

1 file changed

+1
-1
lines changed

docs/source-app/levels/basic/hello_components/xgboost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# app.py
2-
# !pip install sklearn xgboost
2+
# !pip install scikit-learn xgboost
33
import lightning as L
44
from sklearn import datasets
55
from sklearn.model_selection import train_test_split

0 commit comments

Comments
 (0)