Open
Description
Tests take a significant time to run, especially tests that need to run on datasets that have a reasonable size. Possible options to make the tests go faster are:
- Put the
max_iter
(if applicable) of estimators to 1 in themetric_learners
listing fromtest_utils.py
- Reduce the size of datasets in
test_utils.py
as much as possible while still passing the tests
...
Metadata
Metadata
Assignees
Labels
No labels