Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 423 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 423 Bytes

Salary-prediction-data-science

Linear regression is one of the simplest yet powerful tools for finding regularities in data and using them for prediction. It is widely applied both in science and practice. In this project, I've used scikit-learn library to fit linear models, use them for prediction, compare the models, and select the best one. You will also learn how to carry out testing for certain issues with data.