Commit Graph

16 Commits

Author SHA1 Message Date
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
Gael Varoquaux 1837224751 Merge pull request #6613 from nelson-liu/correct_license_spelling
[MRG+1] DOC: fix spellings of 'license'
2016-06-15 13:58:59 +02:00
Joel Nothman a6a6ff6d64 Merge pull request #6785 from yenchenlin1994/make-csr_row_norms-support-fused-types
[MRG] Make csr row norms support fused types
2016-05-26 06:53:07 +10:00
Manoj Kumar 20f89ef7a3 Remove add_row_csr (#6676) 2016-05-24 14:16:49 -07:00
YenChenLin 65e91f715c Make csr_row_norms support fused types 2016-05-19 08:49:17 +08:00
Yen 28758cc5eb [MRG+2] Use fused types in sparse mean variance functions (#6593)
* Use fused types in mean variance functions

* Add test for mean-variance functions using fused trpes

* Add whats_new
2016-04-16 11:16:05 -04:00
YenChenLin 566a0e7a3e Make cython compiler directives global 2016-04-15 15:43:57 +08:00
Nelson Liu d2aaf0f4bb doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
YenChenLin e34bbc1002 Use fused type in inplace normalize 2016-03-26 10:38:17 +08:00
YenChenLin 42d49c8c14 Make assign_rows_csr support Cython fused types 2016-03-25 00:25:36 +08:00
giorgiop 6a5a2f7960 partial_fit for scalers 2015-10-13 11:37:00 +02:00
Lars Buitinck cec3bf98f2 FIX assign_rows_csr: should not zero the entire out array
Fixes #4985.
2015-07-31 10:59:23 +02:00
Lars Buitinck c0afd46600 DOC mistake in comment
Didn't re-run Cython as this won't change line numbers etc.
2014-07-26 12:05:05 +02:00
Thomas Unterthiner f08b8c8e52 MAINT explicit float64 in sparsefuncs_fast 2014-07-13 18:46:55 +02:00
Thomas Unterthiner 325e998fcc Extend utils.sparsefuncs: inplace scale and axis min/max 2014-05-18 20:03:37 +10:00
Manoj-Kumar-S bbb8f1d1bf Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30