Commit Graph

47 Commits

Author SHA1 Message Date
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Guillaume Lemaitre a5542e9490 BUG fix pip3 ubuntu update by suffixing file (#15928) 2019-12-20 11:11:20 -05:00
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
Guillaume Lemaitre af4247b152 DEP remove utilities related to mldata (#13798) 2019-05-21 18:37:09 +10:00
Andreas Mueller 0f94f2962b
MNT simple deprecations and removals for 0.21 (#12238)
Part of #11992.
These were all the things that seemed pretty straight-forward. It's actually a bit bulky but should still be easy to review, hopefully.
2018-10-11 14:56:37 -04:00
janvanrijn ab82f5739f [MRG] Openml data loader (#11419) 2018-08-15 17:21:20 +10:00
Tyler Lanigan eb9fe80e50 DOC add example regarding feature scaling (#7912)
also add load_wine to datasets
2017-02-14 00:27:19 +11:00
Andreas Mueller 5c4b1bb231 [MRG+1] Housekeeping Deprecations for v0.19 (#7927)
* remove stuff to be removed 0.19

* more changes

* remove classes from 0.19 whatsnew

* remove _LearntSelectorMixin

* remove ProjectedGradientNMF, load_lwf_*

* minor fixes

* remove more copy from logistic regression path

* remove lda, qda from __init__.__all__

* remove pg solver in nmf from tests etc

* remove class_weight="auto" from tests

* doctest change for decision_function_shape="ovr"

* remove transfrom from tree test, minor fixes to tree tests

* some fixes in the tests

* undo changes in functions which still allow 1d input...

* also allow 1d in scale

* more test fixes...

* last test fixes in forest and tree

* svm default value change doctest failures

* pep8

* remove more class_weight="auto" stuff

* minor cosmetics in docstrings deprecated / removed behavior.

* say that store_covariance has been moved to __init__ in discriminant_analysis
2016-12-09 12:43:38 -05:00
ngoix a75eb63194 iforest
example + benchmark

explanation

make some private functions + fix public API

IForest using BaseForest base class for trees

debug + plot_iforest

classic anomaly detection datasets and benchmark

small modif

BaseBagging inheritance

shuffle dataset before benchmarking

BaseBagging inheritance

remove class label 4 from shuttle dataset

pep8 + rm shuttle.csv bench_IsolationForest.png + doc decision_function

add tests

remove comments

fetching kddcup99 and shuttle datasets

fetching kddcup99 and shuttle datasets

pep8

fetching kddcup99 and shuttle datasets

pep8

new files iforest.py and test_iforest.py

sc

alternative to pandas (but very slow)
in kddcup99.py

faster parser

sc

pep8 + cleanup + simplification

example outlier detection

clean and correct

idem

random_state added

percent10=True in benchmark

mc

remove shuttle + minor changes

sc

undo modif on forest.py and recompile cython on _tree.c

fix travis

cosmit

change bagging to fix travis

Revert "change bagging to fix travis"

This reverts commit 30ea500eb818c7a2c6ea5c3d63e75c6935aa3a35.

add max_samples_ in BaseBagging.fit to fix travis

mc

API : don't add fit param but use a private _fit + update tests + examples to avoid warning

adapt to the new structure of _tree.pyx

cosmit

add performance test for iforest

add _tree.c _utils.c _criterion.c

TST : pass on tests

remove test

relax roc-auc to fix AppVeyor

add test on toy samples

Handle depth averaging at python level

plot example: rm html add png

load_kddcup99 -> fetch_kddcup99 + doc

Take into account arjoly comments

sh -> shuffle

add decision_path code from #5487 to bench

Take into account arjoly comments

Revert "add decision_path code from #5487 to bench"

This reverts commit 46ad44ab487f4fd2728d927cbe09000330e8663e.

fix bug with max_samples != int
2015-10-24 15:17:32 +02:00
Ishank Gulati c8406fbfcb Breast cancer dataset added 2015-10-01 16:47:01 -04:00
TomDLT 792e529519 add fetch_rcv1 2015-07-16 12:29:00 +02:00
Andreas Mueller 5a1fde1194 COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
Kemal Eren ca902adcaa wrote methods for generating bicluster data 2013-07-25 19:19:14 +02:00
Arnaud Joly aac47a20fc ENH remove deprecated things (2) 2013-07-25 16:03:57 +02:00
Arnaud Joly 6fc30affe8 ENH remove deprecated 2013-07-25 14:37:01 +02:00
Arnaud Joly 3eccb93c28 DOC add missing datasets helper 2013-07-25 14:33:12 +02:00
Olivier Grisel fe03357482 FIX #2032, FIX #2033: ensure module names consistency with __all__ 2013-06-05 20:22:25 +02:00
Andreas Mueller c0d1d887b5 FIX remove dtype from covertype, add fetch_covtype to init, add missing docstrings. 2013-02-16 19:15:01 +01:00
Lars Buitinck 16e595ab94 ENH move covtype loading to sklearn.datasets 2013-02-13 21:01:19 +01:00
Andreas Mueller 2297306edf COSMIT pep8 2013-02-08 22:10:40 +01:00
Noel Dawe b454d56bd3 implement AdaBoost 2013-01-08 16:50:38 -08:00
Peter Prettenhofer 3f6f33332c fix: california_housing not cal_housing 2012-11-20 22:03:30 +01:00
Peter Prettenhofer 4249edc304 renamed datasets.cal_housing to datasets.california_housing 2012-11-10 20:16:10 +01:00
Peter Prettenhofer b49768f351 california housing dataset 2012-10-23 15:12:11 +02:00
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Vlad Niculae f692fafe28 Removed load_filenames and load_20newsgroups
These were deprecated in 0.9 as far as I can tell
2012-09-01 20:02:12 +02:00
Nelle Varoquaux 0619753d3c Knuth load_cities dataset isn't used anymore 2012-06-01 18:24:21 +02:00
Nelle Varoquaux f568e36b36 Added a new dataset: traveling distances between 17 cities in france 2012-06-01 18:24:20 +02:00
Peter Prettenhofer 10d641c722 Merge branch 'gradient_boosting' of https://github.com/scottblanc/scikit-learn into scottblanc-gradient_boosting 2012-03-07 21:35:30 +01:00
Andreas Mueller 40c45ca4e6 ENH new samples generators for classification and clustering. Refactored label propagation example a bit 2012-03-04 00:33:24 +01:00
Peter Prettenhofer 16c5ed0235 added artificial dataset generator from Hastie et al. 2009, Example 10.2 2012-01-24 09:45:49 +01:00
Jacob Vanderplas ce00c68f48 Merge pull request #501 from jakevdp/dataset-fix
MRG: Species dataset/example fix
2011-12-23 05:07:14 -08:00
Andreas Mueller 87a85c189a Merge pull request #417 from larsmans/multilabel
MRG : ENH multilabel learning in OneVsRestClassifier
2011-12-21 08:10:23 -08:00
Mathieu Blondel 3d2ea0d3e6 Use int16 for more compactness. 2011-12-21 11:37:33 +01:00
Jake Vanderplas b1a41dca44 clean up species distribution example 2011-12-20 16:15:15 -08:00
Lars Buitinck 4761dc3f42 COSMIT rename load_vectorized_20newsgroups + DOC + pep8 2011-12-20 15:38:09 +01:00
Mathieu Blondel 1648c2163b Multilabel classification dataset generator. 2011-12-20 13:47:22 +01:00
Mathieu Blondel b448fe09a6 Vectorized news20 dataset loader. 2011-12-20 11:59:57 +01:00
Andreas Mueller d0854d5a07 COSMIT pep8 2011-12-15 17:08:30 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
Gael varoquaux dfd46893c0 DOC/API: integrate make_sparse_spd_matrix 2011-11-10 23:43:11 +01:00
Lars Buitinck 2fb124a8d5 API change in SVMlight reader: handle multiple files with svmlight_load_files
This might not seem as convenient as having svmlight_load_file handle multiple
files itself, but it's much easier to keep consistent and document (!).

Also, removed the buffer_mb parameter, which was unused, and introduced a dtype
parameter to determine the underlying type of the returned sample vectors.
2011-10-02 16:16:46 +02:00
Mathieu Blondel edd47de388 Add dump_svmlight_file. 2011-09-30 16:30:43 +09:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00