Skip to content

roopacalistus/Simple-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple-Linear-Regression

A simple linear regression approach.

I am giving a set of inputs x which is the diameter of pizza in inches and y is set of outputs (price in dollars)

x=[[6],[8],[10],[14],[18],[21]]

y=[[7],[9],[13],[17.5],[18],[24]]

A model is fitted using LinearRegression() to predict the price for a pizza of a given diameter, here diameter is given as 21 inches

About

A simple linear regression approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published