Commit Graph

435 Commits

Author SHA1 Message Date
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Tom Dupré la Tour eed5fc5f0f Merge pull request #6395 from yenchenlin1994/make-dump_svmlight_file-support-sparse-y
[MRG+1] Make dump_svmlight_file support sparse y (fixes #6301)
2016-03-23 19:19:43 +01:00
YenChenLin 22d7cd5cd0 Make dump_svmlight_file support sparse y 2016-03-24 01:22:48 +08:00
Lars Buitinck 2e4aafd19c MAINT remove my email address
I'm getting too many individual support requests. People should
use the mailing list.
2016-03-04 10:43:41 +01:00
Olivier Grisel 070ff2192c Merge pull request #6232 from maniteja123/fetch_20newsgroups
MAINT: Print info message for fetch_20newsgroups
2016-02-04 11:15:58 +01:00
Harry Mavroforakis b50d3ed37e Fixes make_sparse_spd_matrix documentation
Updates the documentation of the parameter alpha in make_sparse_spd_matrix() to reflect its effect in sparsity.
2016-01-28 17:00:34 -05:00
Loïc Estève ae70c555ce Fix reading of bunch pickles
that have been generated with scikit-learn < 0.17
2016-01-26 15:16:01 +01:00
Maniteja Nandana 006aacb58e MAINT: Print info message for fetch_20newsgroups
Minor change to give a simple message to inform the user about downloading the dataset and that it is going to take some time.
2016-01-26 11:02:51 +05:30
dsquareindia 3ce41b615c Addressed comments 2016-01-10 23:55:47 +05:30
dsquareindia 116f42bae0 Fixed doc in lfw.py.
Fixes #6136. Added dependence statement for data, target and pairs. Fixed minor pep8 issues.
2016-01-08 15:54:09 +05:30
root b269f2f3f5 Change shape of target in fetch_lfw_pairs docstring to 2200 for consistence with data and pairs shape 2016-01-06 03:30:38 +06:00
Gael Varoquaux 317dea8a05 Merge pull request #6005 from seales/SpellingFix
[MRG+1] General spelling fixes
2016-01-04 13:42:20 +01:00
Loïc Estève 3daab8a998 FIX fetch_california_housing
Using a different resource than lib.stat.cmu.edu which has not been fixed yet.
2016-01-04 11:52:31 +01:00
seales 0485ada58b General spelling fixes 2015-12-16 09:46:42 -08:00
Alexandre Gramfort 8d0a29936e Merge pull request #5946 from nmayorov/fetch_kddcup99_bug
[MRG+1] BUG: Fix fetch_kddcup99 for Python 3
2015-12-13 12:07:02 +01:00
Nikolay Mayorov 51addc00dc BUG: Fixed fetch_kddcup99 for Python 3
BUG: Fixed comparison with bytes in kddcup99.py + test

MAINT: Changed default 'percent10' to True in fetch_kddcup99
2015-12-12 09:01:29 +05:00
Rémy Léone 8a6be6b543 Inconsistent indentation 2015-11-30 11:11:03 +01:00
Manoj Kumar f49a558162 Merge pull request #5492 from arthurmensch/remove_cython
[MRG + 2] Removing generated C files, adding build cache to Travis
2015-11-11 11:41:18 -05:00
Arthur Mensch 986fb60947 C file removal + cython build + Travis build cache 2015-11-04 14:30:06 +01:00
KamalakerDadi f2e35411fa Added more versions of 0.17 2015-11-04 00:02:52 +01:00
Andreas Mueller 2653833a07 DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
Rémy Léone 651ade041e Remove cython warnings
Non-trivial type declarators in shared declaration (e.g. mix of
 pointers and values). Each pointer declaration should be on its own
 line.
2015-11-02 10:33:36 +01: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
Loïc Estève f63ba1d963 MAINT use super rather than calls to base class methods 2015-10-22 15:00:43 +02:00
Alexandre Abadie 0cd3d635da referencing datasets documentation in toc 2015-10-19 14:58:19 +02:00
Raghav R V a87011262a FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
Olivier Grisel 8d058d3d54 FIX separate filenames for Olivetti faces 2015-10-07 15:05:45 +02:00
Olivier Grisel b17bdf787b FIX separate filenames for california housing 2015-10-07 15:05:44 +02:00
Olivier Grisel 890147fd6b FIX separate filenames for 20 newsgroups 2015-10-07 15:05:44 +02:00
Olivier Grisel 60eb28dd7e FIX separate filenames for covtype 2015-10-07 15:05:39 +02:00
Olivier Grisel b44ba51ab7 FIX separate filenames for species distributions 2015-10-07 15:05:39 +02:00
Olivier Grisel 1a1fe10e4e FIX separate filenames for RCV1 2015-10-07 15:05:39 +02:00
Olivier Grisel 69831da6bd ENH utility to have distinct dataset .pkl filenames 2015-10-07 15:05:39 +02:00
Ishank Gulati c8406fbfcb Breast cancer dataset added 2015-10-01 16:47:01 -04:00
Andreas Mueller 6dd6f8ffe8 minor fixes to the doc build 2015-09-11 17:32:51 -04:00
Andreas Mueller 3f9d33c8a2 Merge pull request #5200 from jackzhang84/add_dump_svmlight_file_comment
added comments for y in dump_svmlight_file() method
2015-09-09 15:55:17 -04:00
Chi Zhang 9d01a1c8d4 changed shape parameter 2015-09-02 14:18:59 -04:00
Chi Zhang 150267f9b1 added comments for y in dump_svmlight_file() method 2015-09-01 10:49:23 -04:00
Joel Nothman 71c99dc73c FIX error introduced during rebase 2015-08-30 23:19:01 +10:00
Kashif Rasul aaae2db9dc make_multilabel_classification sparse target
for issue #3554
2015-08-30 23:00:29 +10:00
saurabh.bansod f38aea4bee Fixes #3594. 2015-08-24 13:58:04 +05:30
Lars Buitinck 4036dd0366 DOC: typo in function name 2015-08-13 23:10:24 +02:00
Raghav R V 7e828db722 MAINT remove unused import warnings 2015-08-11 22:27:15 +05:30
Raghav R V 6fb17a1f95 FIX revert generation of seq of seq in make_multilabel_classification 2015-08-11 22:27:15 +05:30
Raghav R V 664d78eb7c MAINT Remove support for the deprecated sequence of sequences
MAINT Remove sequence of sequence support from datasets
MAINT Remove return_indicator param
MAINT Remove multilabel-seq test in OVR
MAINT Remove multilable-seq test in check_cv
MAINT Remove multilabel seq test in label_binarizer
TST type_of_target returns "unknown" for multilabel-sequence types
TST _check_targets should raise a ValueError
DOC show multilabel indicator as an example; remove return_indicator param
DOC use consistent lower case y for target
2015-08-11 22:26:44 +05:30
MarkTab marktab.net 2186d938c0 Update lfw.py
Fixed colloquial logger.warn() to now be logger.warning()
2015-07-28 23:09:27 -04:00
Olivier Grisel 840bcf30c2 Merge pull request #4961 from mrphilroth/issue4959
[MRG] Allowing for different cluster stds
2015-07-22 10:48:57 +02:00
TomDLT cb226d50f8 Reorder target_names in rcv1 2015-07-21 16:43:11 +02:00
TomDLT 81de81a01a ENH implement LYRL2004 train/test split of rcv1 2015-07-16 19:21:24 +02:00
TomDLT 792e529519 add fetch_rcv1 2015-07-16 12:29:00 +02:00