Supervised Machine Learning: Regression and Classification
An introduction to supervised machine learning using Python, NumPy, and scikit-learn, focused on prediction and binary-classification models.
Regression
Linear regression, prediction, cost functions, model training, and feature behavior.
Classification
Logistic regression, binary classification, decision boundaries, and classification-oriented modeling.
Practical Model Development
Feature engineering, data preprocessing, model optimization, evaluation, and supervised-learning workflows in Python.