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

[Bug] Cross validation yields unexpected additional info #349

Open
nabenabe0928 opened this issue Nov 30, 2021 · 0 comments
Open

[Bug] Cross validation yields unexpected additional info #349

nabenabe0928 opened this issue Nov 30, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nabenabe0928
Copy link
Contributor

Issue Description

It seems abstract evaluator does not save cross-validated performance for opt/test datasets.
Also train_evaluator.py is too messy and requires major refactoring.

Possible Solution

Modify calculate_auxiliary_losses in abstract_evaluator.py

Your Code

When using the new results_manager, the following yields the issue.
(Although I fixed it)

python -m pytest test/test_api/test_api.py::test_tabular_classification[CrossValTypes.k_fold_cross_validation-resampling_strategy_args1-40981] -W ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants