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
We've seen several cases where downloading the newsgroups dataset for test_naive_bayes times out in CI, causing a failed test. We should either make this test optional or replace the dataset used.
The text was updated successfully, but these errors were encountered:
This PR fixes CI fails that happen on `test_naive_bayes` when the machine can't download the 20 newsgroup dataset.
It closes#3260
Authors:
- Mickael Ide <ide.mickael@gmail.com>
Approvers:
- John Zedlewski
URL: #3291
We've seen several cases where downloading the newsgroups dataset for test_naive_bayes times out in CI, causing a failed test. We should either make this test optional or replace the dataset used.
The text was updated successfully, but these errors were encountered: