Scikit-learn Crash Course - Machine Learning Library for Python

Scikit-learn is a free software machine learning library for the Python programming language. Learn how to use it in this crash course. ✏️ Course created by Vincent D. Warmerdam. ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) introduction ⌨️ (0:03:08) introducing scikit-learn ⌨️ (0:34:36) preprocessing ⌨️ (0:53:36) metrics ⌨️ (1:24:49) meta-estimators ⌨️ (1:45:34) human-learn ⌨️ (2:06:17) wrap-up ⭐️ Code ⭐️ 💻 Full code: 💻 Notebook per section: 🖥 introducing scikit-learn: 🖥 preprocessing: 🖥 metrics: 🖥 meta estimators: 🖥 human-learn: ⭐️ Other Recour
Back to Top