Commit Graph

63 Commits

Author SHA1 Message Date
Andreas Mueller 952ef6637a MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
Adrin Jalali 18af51408d DOC examples added to sklearn.decomposition classes (#11775) 2018-08-18 19:50:10 +03:00
Hanmin Qin 32ac22870d [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
Loïc Estève 9ebdea2cfa COSMIT minor docstring change 2017-09-04 09:47:48 +02:00
pasbi b1b77ffbf3 Improve y parameter documentation for transformers (#9578) 2017-09-01 11:10:01 +02:00
Naoya Kanai 6579220588 [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
Guillaume Lemaitre e3c9ae204f [MRG+1] DOC improve description and consistency of random_state (#8689)
* DOC improve description of random_state in train_test_split

* DOC Make random_state consistent through documentation

* FIX reverse doc mistake

* FIX address comment of Tom

* DOC address comments

* DOC remove empty line

* DOC remove unecessary white spaces
2017-04-05 17:43:21 -07:00
Denis A. Engemann 8694278c02 FIX/MAINT: update my mail etc (#8375)
* update mail etc

* fix utf8
2017-02-16 19:21:26 +01:00
Joel Nothman 8570622a44 [MRG+1] DOC insert spaces before colons in parameter lists (#7920)
* DOC insert spaces before colons in parameter lists

Complies with numpydoc to improve rendering and automatic quality
assurance such as #7793. Affects listings of Parameters Attributes,
Returns.

Performed with the help of:

    grep -nE '^(    )+[a-zA-Z][a-zA-Z0-9_]*: ' sklearn -R | grep -v -e
    externals -e tests | grep -v -e default: -e else: -e Warning: -e Note:
    -e TRAIN: -e Default: -e True: -e False: -e DOI: -e In: | gsed
    's|\([^:]*\):\([0-9]*\):\([^:]*\):\(.*\)|--- a/\1\n+++ b/\1\n@@ -\2,1
    +\2,1 @@\n-\3:\4\n+\3 :\4|' | git apply --unidiff-zero -

* DOC fix numpydoc format for param
2016-11-25 10:59:22 +01:00
Nelson Liu d2aaf0f4bb doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
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