Skip to content

Add files via upload#172

Closed
azadeh-selahvarzi wants to merge 1 commit intoUofT-DSI:mainfrom
azadeh-selahvarzi:assignment-2
Closed

Add files via upload#172
azadeh-selahvarzi wants to merge 1 commit intoUofT-DSI:mainfrom
azadeh-selahvarzi:assignment-2

Conversation

@azadeh-selahvarzi
Copy link

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

data loading, preprocessing pipelines, model training, hyperparameter tuning with GridSearchCV, model evaluation, and feature importance analysis

What did you learn from the changes you have made?

I learned how to structure an end-to-end ML pipeline, compare multiple models and preprocessing strategies, evaluate models using RMSE, and understand how preprocessing and model choice affect performance.

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

Yes, I considered using simpler preprocessing and fewer models, but I chose to compare multiple pipelines to better understand their impact and follow best practices for model selection.

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

Yes, I faced challenges with environment setup (missing packages and version differences) and evaluation metrics. I resolved these by adjusting the scoring method, using compatible metrics, and debugging pipeline step names.

How were these changes tested?

The models were tested using cross-validation during GridSearchCV and evaluated on a held-out test set using RMSE to compare final performance.

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

Checklist

  • I can confirm that my changes are working as intended

@github-actions
Copy link

Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process.

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.

1 participant