We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac45e5d commit 9a4c9f2Copy full SHA for 9a4c9f2
doc/tutorial/text_analytics/working_with_text_data_fixture.py
@@ -1,3 +1,13 @@
1
+"""Fixture module to skip the datasets loading when offline
2
+
3
+The 20 newsgroups data is rather large and some CI workers such as travis are
4
+stateless hence will not cache the dataset as regular sklearn users would do.
5
6
+The following will skip the execution of the working_with_text_data.rst doctests
7
+is the proper environment variable is configured (see the source code of
8
+check_skip_network for more details).
9
10
+"""
11
from sklearn.utils.testing import check_skip_network
12
13
0 commit comments