scikit-learn/sklearn/datasets/tests
Guillaume Lemaitre 15cb8695a2
EHN Add parameter as_frame to fetch_20newsgroups_vectorized (#18262)
* Adding as_frame kwarg to fetch_20newsgroups_vectorized

* Using SparseArray to store the data

* Adding changelog

* Adding pandas version dependency, and more tests

* DOC: rephrasing changelog [skip ci]

* iter

* fix

* update whats new

* apply some suggestions

* Apply suggestions from code review

Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>

* review

* iter

* iter

* improve test

* TST handle the case that the pickle file is outdated

* iter

* skip if no network

* use fixture available

* address adrin comments

Co-authored-by: Brigitta Sipocz <bsipocz@gmail.com>
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
2020-11-01 10:00:37 +01:00
..
data ENH Verify md5-checksums received from openml arff file metadata(#14800) 2020-06-25 20:35:52 -04:00
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
conftest.py TST Makes sure name is correct (#18503) 2020-10-02 11:39:42 +02:00
test_20news.py EHN Add parameter as_frame to fetch_20newsgroups_vectorized (#18262) 2020-11-01 10:00:37 +01:00
test_base.py TST Change expected result type np.int64 -> np.int (#18089) 2020-08-07 08:46:53 +02:00
test_california_housing.py TST Enable california_housing pandas test in cron job (#16547) 2020-03-04 22:33:59 +01:00
test_common.py TST Default skip network tests (#18002) 2020-07-27 11:19:42 +02:00
test_covtype.py TST Skip test_covtype if pandas not installed [scipy-dev] (#17682) 2020-06-23 19:20:52 -04:00
test_kddcup99.py MNT Use fetch_kddcup99_fxt to follow SKLEARN_SKIP_NETWORK_TESTS (#18487) 2020-09-29 17:00:15 -04:00
test_lfw.py TST Fix leak in tmp folders in LFW test when pillow is missing (#15676) 2019-11-20 12:00:50 +01:00
test_olivetti_faces.py MNT Download and test datasets in cron job (#16348) 2020-03-02 00:41:19 -05:00
test_openml.py API Change default value of as_frame in fetch_openml to 'auto' (#17610) 2020-08-15 21:06:41 +10:00
test_rcv1.py MNT Download and test datasets in cron job (#16348) 2020-03-02 00:41:19 -05:00
test_samples_generator.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_svmlight_format.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00