python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
31 stars 5 forks source link

Resource Suggestion: Machine learning in Python with scikit-learn #178

Open etrotta opened 2 years ago

etrotta commented 2 years ago

Resource name Machine learning in Python with scikit-learn

Resource location Primarily: https://inria.github.io/scikit-learn-mooc/ Also:

Payment type Free

Why it should be included The course presents a detailed overview of Machine Learning practices and the models offered by the sklearn package, and explains the reasoning behind each of the components. Furthermore, it is presented by core developers of the sklearn library.

Potential limitations For the full experience and certificate, learners would have to catch a MOOC (Massive Open Online Course) run, but most of the material is always available for free.

When it comes to the requirements, they suggest:

But in some places, they make use of OOP features such as defining classes or accessing variable.__class__.__name__ without really explaining it.