mihamieat / my-machine-learning-tutorial

tutorial from https://www.data-transitionnumerique.com/scikit-learn-python/
0 stars 0 forks source link

My machine learning tutorial

Overview

This is what I have coded from the machine learning tutorial that can be found here

Pre-requisites

We recommend that you install an enable a virtual environment first. You can use for instance virtualenv and use python 3.9. Install everything from the requirements file.

pip install -r requirements.txt