-
Notifications
You must be signed in to change notification settings - Fork 0
Usman2907/Simple-Linear-Regression-In-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published