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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Warrioravi/ML_linear-regression-implementation-and-visualisation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published