You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the metric_learners listing from test_utils.py
Reduce the size of datasets in test_utils.py as much as possible while still passing the tests
...
The text was updated successfully, but these errors were encountered:
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:
max_iter
(if applicable) of estimators to 1 in themetric_learners
listing fromtest_utils.py
test_utils.py
as much as possible while still passing the tests...
The text was updated successfully, but these errors were encountered: