This repo is all about supervised machine learning algorithms (regression and classification) implementation with different type of datasets in sklearn.
- Single variable Linear regression Algorithm
- Multi-variable Linear regression Algorithm
- Polynomial regression Algorithm
- Logistic Regression Algorithm
- Knn Algorithm
- SVM Algorithm
- Decision Trees Algorithm
- Bagging Algorithm
- Adaboost Algorithm
- Random Forests Algorithm
- MLP Algorithm
- Naive Bayes Algorithm
- XGboost Algorithm
- Lgboost Algorithm
- Ridge Algorithm
- Lasso Algorithm
- Elastic Net Algorithm