From 5fc768552f8bacaa3b397c9b931282fb387f0b81 Mon Sep 17 00:00:00 2001 From: Nash Date: Wed, 16 Nov 2022 09:19:03 +0100 Subject: [PATCH] Docs: Fix import for scikit in XGBoost template (#15693) (cherry picked from commit 9670fa8b187414dd69d50979d9d2527845966477) --- docs/source-app/levels/basic/hello_components/xgboost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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