UofT-DSI / applying_statistical_concepts

MIT License
8 stars 263 forks source link

UofT-DSI | Applying Statistical Concepts - Assignment 2 #119

Closed pavlo-danylchenko closed 1 week ago

pavlo-danylchenko commented 1 week ago

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

Complete ASC assignment 2 by filling out assignment-2.ipynb file

What did you learn from the changes you have made?

I learned how to split data into training and testing sets, build Linear Regression model using sklearn library, evaluate model by calculating metrics.

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

N/A

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

Classes Notebooks are very detailed.

How were these changes tested?

Changes were run locally.

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

Checklist