Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearRegression

Application to utilize Machine Learning libraries in Python and linear regression supervised learning to predict profits of ice cream sales according to the temperature. I am using a data set to feed it and a test data set.

Mathamatics Applied

Y = mx + b

Scikit-Learn library in Python will help me configure a linear regression model to the dataset I provide (temp and ice cream sales).

It uses the method of least squares, which squares the distance in units between the data point, and the line build between the data points, (the accurate values). Reason for squares instead of simple difference between line and inaccurate data point: This will establish a heavier weight on the errors, which helps put more emphasis on bigger errors and minimize the threshold. It will always be positive value which means differences which are positive and negative will not cancel each other out.

About

Creating very first python project where I will utilize Python Machine Learning libraries to generate my own supervised ML application. It will take user input of a house's size and predict it's cost. This will obviously not be 100% accurate since there can be hundereds of variables to truly affect cost, but it is merely to learn and practice.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages