From c94d3190b610ef2a67bc1080fbf9a1a75962b820 Mon Sep 17 00:00:00 2001 From: Michel Lebeau Date: Mon, 18 Apr 2022 12:59:54 +0100 Subject: [PATCH] Install scikit-learn in Getting Started notebook The dependency is required to be able to run through the notebook. --- titanic/Getting_Started_With_Layer.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/titanic/Getting_Started_With_Layer.ipynb b/titanic/Getting_Started_With_Layer.ipynb index 0b70d15..6a155b5 100644 --- a/titanic/Getting_Started_With_Layer.ipynb +++ b/titanic/Getting_Started_With_Layer.ipynb @@ -33,7 +33,7 @@ }, "outputs": [], "source": [ - "!pip install --upgrade layer-sdk -q" + "!pip install --upgrade layer-sdk scikit-learn -q" ] }, { @@ -398,4 +398,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}