From 87d21a56653e2cb9a4b308a6b9239c3a462e1e72 Mon Sep 17 00:00:00 2001 From: Daewook Kwon <37796005+Daewooki@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:17:59 +0900 Subject: [PATCH] Update package name sklearn -> scikit-learn (#119) Signed-off-by: Daewook Kwon <37796005+Daewooki@users.noreply.github.com> --- .../Part 3 - Time Series Forecasting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/introduction-to-generic-pipelines/Part 3 - Time Series Forecasting.ipynb b/pipelines/introduction-to-generic-pipelines/Part 3 - Time Series Forecasting.ipynb index 56c064d..468beff 100644 --- a/pipelines/introduction-to-generic-pipelines/Part 3 - Time Series Forecasting.ipynb +++ b/pipelines/introduction-to-generic-pipelines/Part 3 - Time Series Forecasting.ipynb @@ -52,7 +52,7 @@ "outputs": [], "source": [ "!pip3 install statsmodels\n", - "!pip3 install sklearn\n", + "!pip3 install --upgrade scikit-learn\n", "!pip3 install matplotlib" ] },