-
Notifications
You must be signed in to change notification settings - Fork 231
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_learnerslisting fromtest_utils.py - Reduce the size of datasets in
test_utils.pyas much as possible while still passing the tests
...
Metadata
Metadata
Assignees
Labels
No labels