Conversation
PatelVishakh
left a comment
There was a problem hiding this comment.
Assignment 2: Incomplete, Needs some changes.
Required changes:
Q1) I) Instead of commenting manually or just printing output, should make it part of a statement. for eg. print(f"Number of observations (rows): {num_rows}, Number of variables (columns): {num_columns}")
Q1) II) More relevant response is Mpg is a continuous response variable stored in our dataset as float64 type.
Q2) I) Also Should explain what Positive, Negative and No association imply about the relationship with the response i.e. when model year increases on average the MPG goes down.
Q2) II) Should Also explain the plotted line represents the line of BEST FIT with respect to the mean of sum of squared errors.
Q2) III) These differences are called residuals, and they show how far each data point is from the predicted value on the line.
|
Hi, I've updated the assignment based on your comments. |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
What did you learn from the changes you have made?
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
avoiding the float when fitting the model
How were these changes tested?
A reference to a related issue in your repository (if applicable)
Checklist