committing assignment 2#2
Conversation
PatelVishakh
left a comment
There was a problem hiding this comment.
Assignment 2: Incomplete, Needs some changes. Required changes:
Q1) I) How many variables are there in the dataset?
Q1) II) Instead of commenting manually or just printing output, the output should be part of a statement as the output of the cell.
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.
Vishakh Patel [LS]
|
@PatelVishakh Can you please review the re-submission. The commit is 'updated assignment-2' |
PatelVishakh
left a comment
There was a problem hiding this comment.
Assignment 2 Complete Great Changes!
Vishakh Patel
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
Submitting assignment 2
What did you learn from the changes you have made?
How to construct a multiple regression in Python
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I know how to do this in R but it's more fun to learn a new coding language
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
Overcoming the syntax differences between R and python
How were these changes tested?
Re-running code to make sure it worked without error
A reference to a related issue in your repository (if applicable)
Checklist