Docs: Fix import for scikit in XGBoost template (#15693)

This commit is contained in:
Nash 2022-11-16 09:19:03 +01:00 committed by GitHub
parent e93c64964e
commit 9670fa8b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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