These notebooks are templates to be used for quick implementation of baseline ML algorithms (unsupervised) and to help students further understand how to apply these algorithms to a real world scenario
Models/ libraries implemented:
- Linear Regression
- K-Nearest Neighbors
- Logistic Regression_Imputation_OneHotEncoding
- Random Forests vs Decision Trees
- Support Vector Classifier
- Ridge model - L2 Regularization
- Ensemble Modelling - Voting Classifier