|
|
If you work somewhere else, or on your own laptop, then you must
first make sure that Python, SciKit-Learn, and jupyter-notebook are
properly installed.
The easiest way to install all you need on ANY computer (e.g. your own
laptop) with ANY OS (Linux, Windows or MacOS) is to INSTALL Anaconda,
which is a large "all in one" package (Jupyter, python, and common
libraries) existing for ALL common Operating Systems (Windows, MacOS,
and Linux). Once this software is installed on your computer, you shall
only need to start Jupyter-notebook, which will open in your web
navigator a kind of "explorer" allowing you to find, open, and then
execute any notebook (files with .ipynb extension)present on your computer.
Note that it is also possible to run the notebook distantly by cloud computing on GoogleCOLAB (see instructions below).
If you want to run the notebook distantly on Google COLAB, you only need to open the link below which points to the notebook verion stored on GoogleDrive : https://drive.google.com/file/d/1VlfC8fQ0gBdIvkylIlsFYP1wt7MxzrK_/view?usp=sharing
and then choose "Open with Google Colaboratory" (Note that you will need to connect to your Google account).