Skip to content

[Bug] Cross validation yields unexpected additional info #349

Open
@nabenabe0928

Description

@nabenabe0928

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions