kshitizrohilla / salary-prediction-using-linear-regression

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Jupyter Notebook 100.0%