Commit Graph

74 Commits

Author SHA1 Message Date
Raghav R V e3afc0e8c9 MAINT move custom error/warning classes into sklearn.exceptions
ENH NonBLASDotWarning -> EfficiencyWarning; Improve error message
DOC Add exceptions module to modules/classes.rst
MAINT Move ConvergenceWarning, UndefinedMetricWarning et al into exceptions
MAINT Remove ChangedBehaviorWarning from base
DOC/FIX Improve DataConversionWarning's docstring
2015-10-19 22:35:35 +02:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Raghav R V abd31d2cad MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
Olivier Grisel fe553b755a ENH use specific warning class for RP 2014-11-18 14:55:56 +01:00
jnothman e1891d801b Merge pull request #3489 from jnothman/attributes-doc
[MRG] DOC fix formatting of Attributes sections in documentation
2014-08-02 20:14:53 +10:00
Arnaud Joly 9a6287b0e1 MAINT Fix regression random projections work sparse matrices 2014-07-30 18:34:26 +02:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Andreas Mueller c235c3b566 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Lars Buitinck e8bad3d24a DOC ASCII only in docstrings
As discussed on the mailing list.
2013-08-28 18:22:57 +02:00
Brooke Osborn 2eddb1a29f BUG fix whitespace in error messages
Partial fix for #2380.

Signed-off-by: Lars Buitinck <L.J.Buitinck@uva.nl>
2013-08-26 17:02:52 +02:00
Jaques Grobler 2ffb484adb COSMIT pep8 2013-05-04 10:43:39 +02:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Mikhail Korobov eae18a3784 PY3 fix metaclasses. See #1829. 2013-04-04 01:07:20 +06:00
Andreas Mueller 1d958b222e FIX don't compare strings with "is". that is really not robust! 2013-02-20 21:25:32 +01:00
Lars Buitinck 541987802f P3K range vs. xrange 2013-02-14 02:05:35 +01:00
Arnaud Joly aa61247587 Typo 2013-01-10 14:06:06 +01:00
Arnaud Joly bb1b795b2d COSMIT (don't change anything see sparse_random_matrix) 2013-01-09 18:54:09 +01:00
Arnaud Joly 38868a6abf DOC add default values 2012-12-23 12:53:49 +01:00
Arnaud Joly 8340489b41 ENH make jl lemma work even with non numpy array 2012-12-23 12:53:49 +01:00
Arnaud Joly 2d4624d67b DOC + FIX density to Ping and al. recommandation 2012-12-23 12:53:49 +01:00
Arnaud Joly 8931e67bb5 DOC improve + fix mistakes + TST added 2012-12-21 14:48:01 +01:00
Arnaud Joly 7732a5f49e pep8 2012-12-21 14:48:01 +01:00
Arnaud Joly 918d337f5b DOC add see also 2012-12-21 14:48:01 +01:00
Arnaud Joly 616e2b5d64 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly 12c8d3be79 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly 311faa5947 typo 2012-12-21 14:48:01 +01:00
Arnaud Joly a75a3dd2d2 DOC improve doc for jl lemma function 2012-12-21 14:48:01 +01:00
Arnaud Joly 114e3fa3fb Remove unused line 2012-12-21 14:48:00 +01:00
Arnaud Joly a08b3c116f COSMIT 2012-12-21 14:48:00 +01:00
Arnaud Joly a7ea4eef22 pep257 + COSMIT: naming consistency 2012-12-21 14:48:00 +01:00
Arnaud Joly 7af51768fe DOC improve layout (url) 2012-12-21 14:48:00 +01:00
Arnaud Joly 980600b67e ENH refactor matrix generation BaseRandomProjectiona and subclass 2012-12-21 14:48:00 +01:00
Arnaud Joly a6ed58dc4d ENH flatten random_projection module + add sklearn.utils.random 2012-12-21 14:48:00 +01:00
Arnaud Joly f014ed52db ENH optim sparse bernouilli matrix 2012-12-21 14:34:23 +01:00
Arnaud Joly 72193230c2 Update doctests 2012-12-21 14:34:22 +01:00
Arnaud Joly 0bb6207382 ENH add more tests 2012-12-21 14:34:22 +01:00
Arnaud Joly 10aade4857 ENH add warning when user ask n_components > n_features 2012-12-21 14:34:22 +01:00
Arnaud Joly 956f3d8648 ENH Add gaussian projeciton + refactor sparse random matrix to reuse code 2012-12-21 14:34:22 +01:00
Arnaud Joly 5aef6b2104 ENH Strenghtens the input checking 2012-12-21 14:34:22 +01:00
Arnaud Joly a5ebd1dec5 ENH let the user decide density between 0 and 1 2012-12-21 14:34:21 +01:00
Arnaud Joly a069d97583 Clean random_dot features (2) 2012-12-21 14:34:21 +01:00
Arnaud Joly add00fa8c9 Clean random_dot features 2012-12-21 14:34:21 +01:00
Arnaud Joly 35c75bfa77 ENH Let the user decide the number of random projections 2012-12-21 14:34:21 +01:00
Olivier Grisel 510b4a00c0 missing docstring and s/hashing_dot/random_dot/g 2012-12-21 14:34:21 +01:00
Olivier Grisel 3621693afd make it possible to use a preallocated output array for hashing_dot 2012-12-21 14:34:21 +01:00
Olivier Grisel 08cb357456 leave dense_output=False by default 2012-12-21 14:34:20 +01:00
Olivier Grisel cbb2e39625 fixed broken seeding of the hashing_dot function 2012-12-21 14:34:20 +01:00
Olivier Grisel 8e742d584a refactored test to check that both materialized and implicit RP behave the same 2012-12-21 14:34:20 +01:00
Olivier Grisel ba5ea28c91 implemented dense_output=False for hashing_dot 2012-12-21 14:34:20 +01:00