项目作者: LakshmiPanguluri

项目描述 :
Regression models other than linear and multiple in Python
高级语言: Python
项目地址: git://github.com/LakshmiPanguluri/Regressions_Other_Python.git


Regressions_Other_Python

Regression models other than linear and multiple in Python
Position salaries dataset contains the data about the level of the employee and his salary. The goal of the new regression is to predict the salary to be offered to the new employee based on his current level.
Polynomial regression, decision tree regression, support vector regression and random forest regressions are used here.