LINEAR REGRESSION
It helps us to find the best fit line for the given points.
The linear regression assumes a linear relationship between the dependent and independent variables and find the best fitting line which describes this relationship.
Equation for Linear regression is Y=b0+b1X+error
OBSERVARTION FROM THE GIVEN TABLE
The dataset contains the samples of obesity,inactivity,diabeties of the people living in the each state data of the united states for the year 2018.
The dataset also has Federal Information Processing Standards (FIPS) data for each of the variables % obesity, % inactivity and %diabetes.through this data we need to explore the cdc 2018 diabetes,inactivity,obesity data.