From f239b55191325035ddbc78ece503d50198e59de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 27 Aug 2021 15:47:06 +1200 Subject: [PATCH] Update scikit-learn to 0.24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5d0a2a..a3f7175 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pandas==1.2.2 scipy==1.6.0 ##### Machine Learning packages -scikit-learn==0.24.1 +scikit-learn==0.24.2 # Optional: the XGBoost library is only used in chapter 7 xgboost==1.3.3