UofT-DSI / applying_statistical_concepts

MIT License
8 stars 263 forks source link

Assignment 2 #118

Closed zekiyerdem closed 1 week ago

zekiyerdem commented 1 week ago

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I completed the Assignment 2.

What did you learn from the changes you have made?

I learn how to perform linear regression.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

I can also try other regression techniques such as kNN, which can tune K and give you more flexibility.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

Yes, I first struggled to understand the application of RMSE but later I figured it out.

How were these changes tested?

Yes, I have completed all of them on VSCode.

A reference to a related issue in your repository (if applicable)

Checklist

HongleiXie commented 1 week ago

You have unfortunately made a pull request to the wrong repo. You shouldn't be making a pull request to UofT-DSI/applying_statistical_concepts, but rather your own forked applying_statistical_concepts repo. Please read the instructions on your onboarding Assignment Submission Guide more carefully.