Assignment 1 resubmit with working jupyter notebook#2
Conversation
PatelVishakh
left a comment
There was a problem hiding this comment.
Assignment 1: Complete! Thank you for fixing the render issue
Strong suggestions for changes:
When answering questions rather then commenting in after manually reading the output, should automate it. for eg.
Number of observations (rows)
num_observations = wine_df.shape[0]
print(f"Number of observations: {num_observations}")
Q1)III) The type of variable is categorical. In a data science setting, this question is asking whether the variable is continuous or categorial(integer, ordinal are other options).
Q2) I) Explain how does standardizing make the comparission fair and uniform?
Q2)II) We did not standardize the response variable Class not because it is categorical, but rather that is the quantity we are interested in predicting and we would have to rescale our predictions make them in the same units and interpretable.
|
@PatelVishakh thanks for the suggestions. Made all changes as directed. |
UofT-DSI | LCR Assignment 1
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
panda data set, numpy usage, crossvalidation and model testing
What did you learn from the changes you have made?
panda, dataset, data inspection, Standardization and data-splitting, cross-validation, and Model testing
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
NA
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
not much but I used copilot for suggestions
How were these changes tested?
locally
A reference to a related issue in your repository (if applicable)
Checklist