Skip to content

UofT-DSI | LCR - Assignment 2#2

Open
alanmj950 wants to merge 1 commit intomainfrom
assignment-2
Open

UofT-DSI | LCR - Assignment 2#2
alanmj950 wants to merge 1 commit intomainfrom
assignment-2

Conversation

@alanmj950
Copy link
Copy Markdown
Owner

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

I implemented Assignment 2 requirements, including data inspection, visualization, model fitting, and model evaluation using the Auto MPG dataset.

What did you learn from the changes you have made?

I learned how to inspect datasets (rows, columns, variable types), interpret scatter plots with regression lines, and fit/evaluate linear regression models using RMSPE.

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

I considered using RMSE for model evaluation, but followed the instructions to use RMSPE instead.

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

A challenge was distinguishing between RMSE and RMSPE. I initially implemented RMSE, but after reviewing the assignment, I updated my code to correctly calculate RMSPE.

How were these changes tested?

I tested the code by running it in Jupyter Notebook, checking dataset summaries, confirming regression plots were generated, and verifying RMSPE calculations produced expected numerical outputs without errors.

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

N/A

Checklist

  • I can confirm that my changes are working as intended

@alanmj950 alanmj950 changed the title Updated assignment 2 UofT-DSI | LCR - Assignment 2 Sep 19, 2025
Copy link
Copy Markdown

@fyellow fyellow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @alanmj950 ! Assignment is complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants