Skip to content

Mohendran/Simple_Linear_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linear Regression

This repository is used to predict the salary of the employees with their experience.

#100_Days_Of_ML

This is my first day and Iam learning about Simple Linear Reggression.

Learn About !

  • Need to learn about DataFrames in pandas
  • Need to learn about StandardScaler

SciKit-Learn

  • It uses "sklearn.linear_model" to generate the model
 from sklearn.linear_model import LinearRegression
 regressor = LinearRegression()
 regressor.fit(X_train, Y_train)

License

MIT Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages