Skip to content

Commit 9670fa8

Browse files
authored
Docs: Fix import for scikit in XGBoost template (#15693)
1 parent e93c649 commit 9670fa8

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)