Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 369 Bytes

File metadata and controls

4 lines (4 loc) · 369 Bytes

Other-Regression-Models-Using-Python

Dataset: Position_Salaries.csv The dataset contains the data about the employee level and his salary. The goal is to predict the salary to be offered to the new employee based on his current level. Types of regression used: Polynomial Regression, Decision Tree regression, Support Vector Regression and RandomForest Regression.