Commit Graph

170 Commits

Author SHA1 Message Date
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Jeffrey Blackburne 6ea9fbeddb Added a backport of numpy.isclose from numpy v1.8.1. This function was not available until numpy v1.7 2014-06-13 22:02:59 -07:00
Joel Nothman fc0150d08d DOC/FIX Address @arjoly's comments 2014-06-05 11:20:36 +02:00
Joel Nothman 87253738c0 DOC fix typo 2014-05-24 21:48:39 +10:00
Michele Orrù 337d9e6182 Typo.
s/totime/tottime/
2014-05-24 11:03:57 +02:00
Lars Buitinck adc24fda52 DOC no input validation in constructors 2014-04-13 16:52:18 +02:00
Gael Varoquaux f6d3e31b61 MAINT: commit generated code 2014-03-03 20:30:30 +01:00
Lars Buitinck 23b3cc2eb5 MAINT drop support for SciPy < 0.9
TODO: get rid of solve_triangular. Just replacing it by scipy.linalg's
breaks OMP and least-angle regression.
2014-03-02 20:13:57 +01:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Lars Buitinck bb743ddb2a ENH speed up SVMlight loader using Cython's array support
Loading the binary covtype dataset from
http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html
now takes 1/3 less wall clock time, which includes disk I/O and
decompression (bzip2).

Got rid of ArrayBuilder in the process.
2014-01-05 22:10:02 +01:00
Lars Buitinck 5f3f794069 MAINT refactor fast_dot
* check for NumPy >= 1.7.2 at import time, instead of in every call;
* save a function call when newer NumPy is available;
* rewrote documentation;
* put the docstring on fast_dot instead of _fast_dot;
* remove spurious warnings for matrix-vector multiplications (some of these
  are suboptimal with older np.dot, but the good ones were triggering a
  warning as well).
2013-12-29 20:11:58 +01:00
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
dengemann ffbead9f36 FIX: test doc np.allclose 2013-08-25 15:38:21 +02:00
dengemann fbd6d9c8f6 ENH: update version checking 2013-08-25 12:17:33 +02:00
dengemann 599ba2d976 FIX: ghost diff 2013-08-25 12:00:06 +02:00
dengemann f91fba2f01 ENH: restrict fast_dot to np < 1.8 2013-08-25 11:16:22 +02:00
dengemann 83f48e4df1 FIX: performance.rst doctest 2013-08-25 11:16:21 +02:00
dengemann 7808e09d76 FIX: proper doctest 2013-08-25 11:16:21 +02:00
dengemann 005d2100e3 COSMITS 2013-08-25 11:16:21 +02:00
dengemann 6c30677abb ENH/DOC: add performance tips on fast_dot 2013-08-25 11:16:21 +02:00
jamestwebber aa251cddd3 DOC: removed duplicated Python 3 section
Fixes #2383.
2013-08-23 16:36:13 +02:00
Lars Buitinck 31ad968af6 MAINT remove Counter from fixes; no longer used 2013-08-12 12:52:17 +02:00
Lars Buitinck 30f06b16f9 DOC add an extremely simple classifier code example to dev docs 2013-07-26 18:02:26 +02:00
Robert Layton 4f125c75d9 Reference to graph components updated in dev docs 2013-07-22 10:27:25 +02:00
Lars Buitinck 98151cb4fa P3K developer docs 2013-07-15 17:07:00 +02:00
Justin Vincent f1a40a4df4 Make the fixes 2.6 compatible 2013-07-10 16:01:10 -04:00
Justin Vincent fe52584e83 Got all the doc-tests working 2013-07-10 10:52:25 -04:00
Vlad Niculae d40caea23f DOC spelling and clarification 2013-06-29 16:18:24 +03:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
jnothman 890b11af3d DOC Fix estimator unsupervised fit method signature
The previous version had repeated the same signature twice instead of describing the supervised and unsupervised cases.
2013-05-14 13:23:18 +10:00
Lars Buitinck d88c38b2c4 DOC I didn't mean soft-O by "tilde notation" 2013-04-24 13:37:29 +02:00
Gael Varoquaux 16e682e54b DOC: remove typo 2013-04-22 09:36:22 -06:00
Jaques Grobler d448a2a6ce removed old complexity info 2013-04-22 09:36:22 -06:00
Jaques Grobler b6b0713b74 big O/tilde add in 2013-04-22 09:36:22 -06:00
Jaques Grobler 9cfb34c7df Add bit more instruction on writing docs 2013-04-22 09:36:22 -06:00
Lars Buitinck c808ec00ba DOC PR means pull request
In response to #1882.
2013-04-22 14:24:44 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Olivier Grisel 3379504b6b PY3: fix urlopen in mldata and california housing loaders 2013-03-19 17:56:57 +01:00
Lars Buitinck cbd3e5e8a0 P3K developer docs 2013-03-19 17:42:01 +01:00
Lars Buitinck 264a1f6b58 DOC fix clone and get_params documentation 2013-03-17 11:57:17 +01:00
Andreas Mueller 21d1e39d7e DOC add roll your own estimator docs 2013-03-14 15:10:52 +01:00
Arnaud Joly 5bcf25fc2f ENH multilabel metrics: accuracy, Hamming, 0-1 loss 2013-03-02 20:41:34 +01:00
hrishikeshio 4d85d16857 DOC dev guide: deprecation 2013-02-25 01:14:15 +01:00
Lars Buitinck 483e0b6dec DOC dev guide: random_state_ + @amueller's remarks
Fixes #1707.
2013-02-25 00:26:50 +01:00
Lars Buitinck 68d378dfe3 DOC developer guidelines for unit tests and classes_ 2013-02-23 18:39:48 +01:00
Jaques Grobler fef892c833 added links to astropy and scipy workflow guids 2013-01-11 14:29:36 +01:00
Andreas Mueller cc63e1cbb4 ENH slight improvement of common tests. 2012-12-24 14:58:56 +01:00
Arnaud Joly 9aa9a1060a DOC add utitilies to the doc 2012-12-21 14:48:02 +01:00
Andreas Mueller 7cb50d1bf3 DOC make unit test requirements a bit stricter. 80% is sub-par with current code-base 2012-12-16 14:28:20 +01:00