This is my ML projects repository This repository is mainly focused on calcofi data from kaggle. Different ML models will be trained on the same data and in the end I'll compare the models using r2_score and RMSE metrics.
Please download dataset from below URL: https://www.kaggle.com/sohier/calcofi
Below are the regression models I'll be building.
- Linear Regression
- Polynomial Regression
- SVM
- Decision Tree 5.Random Forest