Olivier Grisel
72174a7125
Had a link to autopep8
2012-03-13 17:39:56 -07:00
Nick Wilson
76cb9e9ce2
DOC: Various minor fixes to "Contributing" docs
2012-03-13 14:41:48 -07:00
Olivier Grisel
83935b315f
Merge pull request #602 from jaquesgrobler/doc_remotes_note
...
Contributors Documentaion - A note on remotes..
2012-02-01 08:28:13 -08:00
Jaques Grobler
95aa2f2f5c
Shortened a line in the code
2012-02-01 15:32:42 +01:00
Jaques Grobler
af34030c34
Added a small note about the use of an upstream remote in the Contributions documentation
2012-02-01 15:29:51 +01:00
Olivier Grisel
037b641aa1
cosmit in memory debugging doc
2012-01-28 18:47:12 +01:00
Gael Varoquaux
a1ba0622bf
Merge pull request #588 from jakevdp/balltree-fix
...
initialize indices and distances in balltree
2012-01-28 06:20:12 -08:00
Lars Buitinck
a47d184a01
DOC improve intro to Git in the developers' documentation
...
Link to Git website where Git Pro is listed, along with lots of other
good tutorials (the Community Book, Git for Computer Scientists).
2012-01-27 19:02:05 +01:00
Jaques Grobler
e8a3cb0303
Shorted the long line
2012-01-27 18:47:55 +01:00
Jaques Grobler
6062a2bdf4
Added a note to the contributers documentation
2012-01-27 18:18:38 +01:00
Jake Vanderplas
62f8e03db2
add info about valgrind to dev documents
2012-01-26 10:02:54 -08:00
Olivier Grisel
e33d41e81e
DOC: give usage example
2012-01-18 06:21:02 +01:00
Olivier Grisel
8b0fe8cb86
DOC: add entry for murmurhash in the developer utilities section
2012-01-17 02:40:57 +01:00
Mathieu Blondel
812b41ca44
Typos.
2012-01-13 19:28:55 +09:00
Mathieu Blondel
c988ad77bb
Add safe_mask to developer doc.
2012-01-13 19:22:02 +09:00
Gilles Louppe
0a256ae21c
DOC: Removed performance and utilities from toctree (they were appearing twice)
2012-01-09 08:55:20 +01:00
Andreas Mueller
4b60c026ce
Merge pull request #513 from amueller/doc_underscores_for_real
...
Fixing RST errors in the documentation and trying to make docs a little more consistent.
2011-12-31 05:46:43 -08:00
Olivier Grisel
0f6c525d7e
ENH: renamed fast_svd to randomized_svd + related improvements
2011-12-31 14:31:55 +01:00
Andreas Mueller
a3aa805bc5
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real
...
Conflicts:
sklearn/decomposition/nmf.py
sklearn/decomposition/pca.py
2011-12-29 11:57:41 +01:00
Olivier Grisel
3efe8d3182
DOC: document sparsefuncs cython routines in developer section.
2011-12-28 11:01:04 +01:00
Andreas Mueller
e5fb9e9a44
FIX whitespace where rst demands it...
2011-12-28 00:03:12 +01:00
Andreas Mueller
1d015344b1
FIX remove infinite recursion
2011-12-24 00:07:59 +01:00
Andreas Mueller
5b492d3d26
remove unused link
2011-12-23 20:43:11 +01:00
Andreas Mueller
60971cdc75
FIX developers rst malformed
2011-12-23 20:43:03 +01:00
Jake Vanderplas
e2685b6ba5
DOC: add warning that utils should only be used internally
2011-12-21 01:56:06 -08:00
Jake Vanderplas
377cc1eee2
DOC: add toc for developers resources
2011-12-21 01:50:53 -08:00
Jake Vanderplas
16ef900810
Merge commit 'upstream/master' into util-docs
2011-12-21 01:37:54 -08:00
Jake Vanderplas
ea5d8e8f77
randomized_power_iteration -> randomized_range_finder
2011-12-21 00:31:56 -08:00
Andreas Mueller
3e6fd74aeb
FIX minor typo
2011-12-20 13:22:40 +01:00
Jake Vanderplas
43e9934b45
Change logsum to logsumexp for comparability with scipy
2011-12-20 03:10:07 -08:00
Jake Vanderplas
cf1c1f17b6
randomized_range_finder -> randomized_power_iteration
2011-12-20 02:13:58 -08:00
Gilles Louppe
154fcc7f9d
Added links and various cosmits
2011-12-20 10:59:17 +01:00
Jake Vanderplas
0690438cee
remove duplicative utils.fixes.arpack_eigsh
2011-12-19 11:06:14 -08:00
Jake Vanderplas
96618d1d47
DOC: add utility information for developers
2011-12-19 10:49:49 -08:00
Andreas Mueller
2842f488ef
FIX doc rst references
2011-12-19 12:13:51 +01:00
Gael varoquaux
0f24736668
DOC: scikit.learn -> sklearn
2011-12-19 08:57:00 +01:00
Gael varoquaux
8a586e51d7
DOC: explicit the __init__ convention
2011-12-19 08:20:55 +01:00
Bala Subrahmanyam Varanasi
f28ee57cc6
modified 'gid' to 'git'
2011-12-13 10:38:52 +05:30
Yaroslav Halchenko
f7e8c18aa4
DOC: fix name for line_profiler_ext.py extension
2011-11-30 09:40:49 -05:00
Lars Buitinck
71d524396c
FIX replace np.atleast_2d with new utils.array2d
...
atleast_2d will pass through np.matrix
2011-10-25 15:16:31 +02:00
Lars Buitinck
51d4310c6f
COSMIT rename safe_asanyarray to safe_asarray to prevent confusion
2011-10-21 13:58:08 +02:00
Lars Buitinck
74510332f9
DOC some stuff on input validation
2011-10-20 14:41:54 +02:00
Olivier Grisel
1be8bf3c13
DOC: howto register the %lprun line_profiler magic on IPython 0.11+
2011-09-16 17:41:00 +02:00
Gael varoquaux
4d1dcd2e65
DOC: scikits.learn -> sklearn
2011-09-03 09:10:40 +02:00
Gael varoquaux
015b4560d3
DOC: scikits.learn -> scikit-learn
2011-09-01 22:12:40 +02:00
Lars Buitinck
34aee3387b
set_params: update according to @GaelVaroquaux's review
2011-08-23 12:46:37 +02:00
Lars Buitinck
8674b01781
ENH set_params method on BaseEstimator, deprecate estimator params to fit
...
Passing estimator parameters to fit leads to a situation where fit might
half-fail when it has set the parameters, but then fails to do input
validation.
2011-08-23 12:46:36 +02:00
Olivier Grisel
6c49694b09
yet another typo
2011-08-12 11:50:14 +02:00
Olivier Grisel
48d1fa3625
DOC: more formatting
2011-08-12 11:46:41 +02:00
Olivier Grisel
6fae2efaff
typo
2011-08-12 11:45:33 +02:00