Calmcode - scikit learn: introduction

Installing Scikit-Learn

1 2 3 4 5 6 7 8 9 10

Scikit-Learn is possibly the most popular machine learning framework in the world. In this series of videos we'd like to give an overview of the main features and how you can use the framework to approach most machine learning problems. Do watch all the videos because we also want to highlight the dangers of it.

You'll want to make sure that you've got the right version installed.

From the notebook you can ensure this via;

%pip install --upgrade scikit-learn==0.23.0

Alternatively you could also run this from the command line inside of a virtual environment;

python -m pip install --upgrade scikit-learn==0.23.0

We will also use matplotlib a fair amount, so make sure that is installed "This table shows the big mac index. It can be used as an economic indicator."

%pip install matplotlib