Skip to content

A simple implementation of linear regression using scikit library in python.We'll visualise the training results using matplotlib. we will be using a dataset of salary and experience of an employee.

Notifications You must be signed in to change notification settings

Warrioravi/ML_linear-regression-implementation-and-visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Regression is a supervised machine learning algorithm where the predicted output is continuous and has a constant slope. It’s used to predict values within a continuous range, (e.g. sales, price) rather than trying to classify them into categories (e.g. cat, dog).linear regression uses traditional slope-intercept form, where m and b are the variables our algorithm will try to “learn” to produce the most accurate predictions.

About

A simple implementation of linear regression using scikit library in python.We'll visualise the training results using matplotlib. we will be using a dataset of salary and experience of an employee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages