Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 831 Bytes

File metadata and controls

15 lines (10 loc) · 831 Bytes

Scikit-learn examples

Tutorials based on this course from freeCodeCamp https://www.youtube.com/watch?v=pqNCD_5r0IU.

This repository contains classification and predictions examples of Supervised Learning and Unsupervised Learning using different Machine Learning algorithms already present in scikit-learn.

The examples include these algorithms for Supervised Learning:

The examples include these algorithms for Unsupervised Learning:

Educational purpose only, PRs welcome.