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
Raghav R V
a87011262a
FIX precision to float64 across the codebase
2015-10-16 11:20:29 +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
Andreas Mueller
46c1c42131
remove deprecated ``n_bootstraps`` parameter in Bootstrap cv object, verbose in FactorAnalysis and SelectorMixin. Also adjust some deprecation strings.
2014-12-29 13:53:42 -05:00
Joel Nothman
b3bdb08964
DOC fix formatting of attributes etc. in docstrings
2014-07-28 19:04:59 +10:00
MechCoder
bbb140aaf0
ENH: Added n_iter_ parameters across all iterative solvers
2014-07-22 15:09:39 +02:00
Andreas Mueller
6e2a83b4e1
remove check_arrays stuff and old input validation
2014-07-20 13:31:45 +02:00
Lars Buitinck
fb795ebef0
ENH factor out squared norm helper
2014-04-08 23:02:54 +02:00
Alexandre Gramfort
0a3e585d56
wording
2013-09-05 21:41:47 +02:00
Alexandre Gramfort
2fb4979359
typo
2013-09-05 21:41:46 +02:00
Alexandre Gramfort
6e0eef0a9b
better wording
2013-09-05 21:41:46 +02:00
Alexandre Gramfort
7d83cf33ac
API : add score_samples in FactorAnalysis + update example
2013-09-05 21:41:45 +02:00
Alexandre Gramfort
c1ad0c76f3
pep8 + misc
2013-09-05 21:40:27 +02:00
Alexandre Gramfort
1be93356a4
ENH : add get_precision method with matrix inverse lemma to FactorAnalysis + use precision in score
2013-09-05 21:39:58 +02:00
Alexandre Gramfort
691c9e6533
DOC : remove reference to ProbabilisticPCA in doc
2013-09-05 21:36:46 +02:00
dengemann
6b719cf248
ENH: optimze euclidean norms
2013-09-04 22:04:40 +02:00
dengemann
09dbdfab99
ENH: deprecate `verbose` parameter
...
CLEANUP
2013-09-04 22:04:40 +02:00
dengemann
48db7150a5
ENH: add warning instead of print
...
ENH: add convergence warnign + test
COSMITS4
2013-09-04 22:04:40 +02:00
dengemann
9cfb44fa70
COSMITS3
2013-09-04 22:04:40 +02:00
dengemann
7ed5d86c69
ENH: improve wording + recommendation
2013-09-04 22:04:40 +02:00
dengemann
110d6d4d14
ENH: exposed n_iter; add missing fast_dot
2013-09-04 22:04:40 +02:00
dengemann
1cdbb258d9
ENH: address discussion + actuall make randomized default
2013-09-04 22:04:40 +02:00
dengemann
33e0653e14
ENH: add check on init + appropriate test; COSMITS
2013-09-04 22:04:40 +02:00
dengemann
69a742103f
COSMITS2
2013-09-04 22:04:40 +02:00
dengemann
823d702333
COSMITS: address discussion
2013-09-04 22:04:40 +02:00
dengemann
37724deec8
ENH: add strong comparisons
2013-09-04 22:04:40 +02:00
dengemann
8a97407b6d
COSMITS
2013-09-04 22:04:40 +02:00
dengemann
a9250af672
ENH/FIX: misc + address discussion
2013-09-04 22:04:40 +02:00
dengemann
495e7515f9
FIX: make SVD working again + add tests + update whats new
2013-09-04 22:04:39 +02:00
Alexandre Gramfort
5a15e0d3b9
FIX : fix randomized SVD in FA
2013-09-04 22:04:39 +02:00
dengemann
8651986f4c
ENH: use `algorithm` keyword + expose failing test
2013-09-04 22:04:39 +02:00
dengemann
1e117b29f0
COMSITS+DOC
2013-09-04 22:04:39 +02:00
dengemann
6d41219388
misc
2013-09-04 22:04:39 +02:00
dengemann
467e570e7e
FIX: misc
2013-09-04 22:04:39 +02:00
dengemann
a81d534952
ENH: add randomized_svd option to FactorAnalysis
2013-09-04 22:04:39 +02:00
dengemann
592e330db6
ENH: put fast dot to PCA, ICA and FA
2013-08-25 14:46:55 +02:00
Alexandre Gramfort
ab25660a74
ENH : use math.log and not np.log for scalars
2013-08-03 09:03:22 +02:00
Alexandre Gramfort
238b330fc5
ENH : avoid extra allocation in FactorAnalysis
2013-08-03 09:03:22 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Alexandre Gramfort
71f7d2cbc2
FIX : missing y=None in FactorAnalysis
2013-06-22 16:00:18 -04:00
Lars Buitinck
541987802f
P3K range vs. xrange
2013-02-14 02:05:35 +01:00
Lars Buitinck
85ec0fd1ae
P3K death to the print statement
2013-02-11 23:11:57 +01:00
Andreas Mueller
9e3ef3985e
DOC some sphinx fixes
2013-01-16 22:51:24 +01:00
Andreas Mueller
54385c7565
COSMIT featuers -> features typo
2012-12-22 16:48:17 +01:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Andreas Mueller
a351355510
ENH add checks for clustering, regressors, transformers
2012-11-10 15:53:57 +00:00
osdf
d2b1573033
score works like ppca.score().
2012-10-13 19:29:02 +02:00
osdf
1458a75b35
Added score function.
2012-10-13 19:29:02 +02:00
osdf
3a46f754ce
Make sure that psi=0 does not break em.
2012-10-13 19:29:01 +02:00