Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment 2 #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Assignment 2 #2

wants to merge 4 commits into from

Conversation

mehran-hnz
Copy link
Owner

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

Added code for Assignment 2 to build a pipeline for preprocessing, model training, and evaluation on the Adult dataset.

What did you learn from the changes you have made?

Learned how to combine different data preprocessing steps in a pipeline and evaluate models with multiple metrics.

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

not really

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

Faced warnings on unknown categories; solved it by configuring OneHotEncoder to handle unseen categories.

How were these changes tested?

Tested through cross-validation and final metrics on a test set.

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

Checklist

  • I can confirm that my changes are working as intended

@ananyajha2000
Copy link

A2 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