- What is Machine Learning
- Types of ML: Supervised, Unsupervised, Reinforcement
- Types of ML problems: Regression, Classification
- Linear Regression
- Logistic Regression
- Training and Validation
- Model Evaluation Metrics - Accuracy, RMSE, ROC, AUC, Confusion Matrix, Precision, Recall, F1 Score
- Overfitting and Bias-Variance trade-off
- Regularization (L1/L2)
- K-fold Cross Validation
- Decision Trees
- Bagging and Boosting
- Random Forest
- Gradient Boosting Machines
- Feature Importance
- Model Pipelines
- Feature Engineering
- Ensemble Models (Advanced)
- Unbalanced Classes (Advanced)