Skip to content

Usman2907/Simple-Linear-Regression-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# Simple Linear Regression in Python\
\
## Introduction\
\
> This is simple python project for Machine Learning. In this code i  pre processed the dataset imported from sklearn and applied the simple linear regression model on this dataset\
\
## Code Samples\
\
#sample code\
from sklearn import datasets, linear_model\
from sklearn.metrics import mean_squared_error\
\
diabetes = datasets.load_diabetes ()\
\
## Installation\
\
Download this project and play with it with your own data sets.}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages