Skip to content

sriram2k4/Simple_Linear_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Linear Regression

The Dataset is a years of experience vs Salary data. I used simple linear regression algorithm to train the model and ploted the best fit line that predicts the salary given a year of experience.

Libraries Used: Pandas, SciKit Learn, Pyplot from matplotlib

Steps Involved:

1) Importing the dataset

2 ) Spliting the Dataset into training and testing data set

3) Training the linear regression model with the training data set

4) Predicting the testing set

5) Visualising the training set

6) Visualising the testing set

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages