Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 265 Bytes

File metadata and controls

10 lines (6 loc) · 265 Bytes

Linear-Regression-Example

this Linear Regression code has a dataset with two columns

the first one is ("YearsExperience")== independent = X the last column is ("Salary") ==> dependent = y this code is considered as a template for me :)

#Machine_learning