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

Day04 ex09 : incoherences in the subject #243

Open
2 tasks
stelon77 opened this issue Oct 2, 2022 · 0 comments
Open
2 tasks

Day04 ex09 : incoherences in the subject #243

stelon77 opened this issue Oct 2, 2022 · 0 comments
Labels

Comments

@stelon77
Copy link

stelon77 commented Oct 2, 2022

  • Day: 04
  • Exercise: 09

For part 2 we are asked to have only a train set and a test set and to train from scratch only the best model.
In the first part , we have a train, a cross validation and a test set. Our F1 score are calculated from the cross validation set.

Part 2 then asks to print all the F1 scores calculated from test sets. As the sets are different from part 1, we need to train from scratch all the models to do that...

I think you should remove
For the second script solar_system_census.py, only a train and test
set are necessary as one is simply looking to the performance.

or put back the old version of the subject : asking to print the f1 score of the cross validation set and only the best model on test set

Fixed on:

  • Github
  • Gitlab
@stelon77 stelon77 added the fixme label Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant