8000 Mentioned the that the website is closing in the warning message · scikit-learn/scikit-learn@5c3f908 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5c3f908

Browse files
committed
Mentioned the that the website is closing in the warning message
1 parent b1ddebb commit 5c3f908

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sklearn/datasets/mlcomp.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ def _load_document_classification(dataset_path, metadata, set_=None, **kwargs):
2020
}
2121

2222

23-
@deprecated("load_mlcomp function was deprecated in version 0.19 and "
24-
"will be removed in 0.21.")
23+
@deprecated("since the http://mlcomp.org/ website will shut down "
24+
"in March 2017, the load_mlcomp function was deprecated "
25+
"in version 0.19 and will be removed in 0.21.")
2526
def load_mlcomp(name_or_id, set_="raw", mlcomp_root=None, **kwargs):
2627
"""Load a datasets as downloaded from http://mlcomp.org
2728

0 commit comments

Comments
 (0)
0