diff --git a/docs/source-app/levels/basic/hello_components/xgboost.py b/docs/source-app/levels/basic/hello_components/xgboost.py index 0cedda2aa45b9..fae593a206790 100644 --- a/docs/source-app/levels/basic/hello_components/xgboost.py +++ b/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