Skip to content

This notebook aims to predict salaries based on years of experience using linear regression. The prediction is done from scratch without the use of external libraries such as the Scikit-learn library.

Notifications You must be signed in to change notification settings

kshitizrohilla/salary-prediction-using-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Salary Prediction based on Years of Experience using Linear Regression

This notebook aims to predict salaries based on years of experience using linear regression from scratch. To determine how well our regression line fits the data, we calculated the correlation coefficient (R) and the coefficient of determination (R2). The prediction is done from scratch without the use of external libraries such as the Scikit-learn library.

About

This notebook aims to predict salaries based on years of experience using linear regression. The prediction is done from scratch without the use of external libraries such as the Scikit-learn library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published