Docs: Fix import for scikit in XGBoost template (#15693)
This commit is contained in:
parent
e93c64964e
commit
9670fa8b18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue