/Regression_ML_Models

This repository contains some of the machine learning models for Regression

Primary LanguagePythonMIT LicenseMIT

Regression_ML_Models

Python MIT Type Type Status

Install

This project requires Python 3.1 and the following Python libraries installed:

This repository contains some of the machine learning models for Regression.

The algorithms implemented are as follows:

  1. Decision Tree Regression
  2. Polynomial Regression
  3. Random Forrest Regression
  4. SVR (Support Vector Regression)
  5. Simple Linear Regression
  6. Multiple Regression