This Repo contains some Models of Supervised Machine Learning
and some important Operations applied on the data in the preprocessing phase
- Regression
- Linear regression
- Classification
- KNN (K nearest neighbor)
- Logistic regression
- SVM (Support Vector Machine)
- Preprocessing
- Pipeline
- Hyperparameter Tuning
- Feature Engineering
- Cross Validation
- Evaluating Models