This repository contains the code for different regression algorithms which have been tried on the IPL dataset.
The list of algorithms we've used along with the accuracies yielded are as follows:
- Linear Regression - 67%
- Logistic Regression - 72%
- Decision Tree Regression - 91%
- Random Forest Regression - 96%
- Gradient Boosting Regression - 92%
- Extra Trees Regression - 98%
- XGB Regression - 92%