An open API service indexing awesome lists of open source software.

https://github.com/nitor-infotech-oss/aiml-regression

AIML Regression Algorithms
https://github.com/nitor-infotech-oss/aiml-regression

decision-tree decision-tree-regression multiple-linear-regression random-forest

Last synced: 6 months ago
JSON representation

AIML Regression Algorithms

Awesome Lists containing this project

README

          

## aiml-regression

Regression algorithms predict the output values based on input features from the data fed in the system. The go-to methodology is the algorithm builds a model on the features of training data and using the model to predict the value for new data

- [Decision Tree Regression](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/Decision%20Tree%20Regression.ipynb)
- [Decision Tree Regression Dataset](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/Position_Salaries.csv)
- [Random-Forest-Regression](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/Random%20Forest%20Regression.ipynb)
- [Random-Forest-Regression Dataset](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/Position_Salaries.csv)
- [Multiple Linear Regression](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/Multiple%20Linear%20Regression.ipynb)
- [Multiple Linear Regression Dataset](https://github.com/nitor-infotech-oss/aiml-regression/blob/main/50_Startups.csv)