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
Olivier Grisel
147e78d717
DOC: more fitting doc improvements
2011-08-12 11:44:33 +02:00
Olivier Grisel
c688e9799b
DOC: formatting mistake
2011-08-12 11:40:56 +02:00
Olivier Grisel
ebf45f8ca6
DOC: give some motivation for the return of self in fit
2011-08-12 11:38:55 +02:00
Olivier Grisel
a9eb8045a3
cosmit
2011-08-12 11:35:08 +02:00
Olivier Grisel
fa2e505751
Carve the emmerging consensus on __init__ vs fit parameters in the contributors documentation
2011-08-12 11:31:56 +02:00
Gael varoquaux
eebc2ec325
DOC: Improve the Bayesian regression docs
2011-07-23 14:17:06 +02:00
Fabian Pedregosa
273c214849
Some documentation for hmm module, and a warning.
2011-07-12 11:31:57 +02:00
Alexis Metaireau
cb43d6505e
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
2011-06-18 15:04:31 +02:00
Alexis Metaireau
4d3926b7b6
fix restructured text problems in the developers doc
2011-06-18 15:00:07 +02:00
Mathieu Blondel
a455d4d4b5
Documentation fixes.
2011-06-15 18:22:52 +09:00
Lars Buitinck
6b074d56f9
cosmetic doc changes
2011-05-16 18:19:33 +02:00
Fabian Pedregosa
c61f016d55
Cosmetic changes in the docs.
2011-05-16 14:58:15 +02:00
Lars Buitinck
6a65388aea
Be more explicit about coverage testing
2011-05-09 14:01:02 +02:00
Gael varoquaux
7bd5b38cbe
DOC: Fix layout
2011-05-09 12:30:19 +02:00
Lars Buitinck
44915af2c0
Spellcheck and formatting in developers' docs
2011-05-03 15:01:55 +02:00
Olivier Grisel
266a6e4479
DOC: typo in line-prof package name
2011-05-02 09:11:59 +02:00
Olivier Grisel
e3040cd9a0
DOC: more work on the performance chapter
2011-04-17 21:39:36 +02:00
Olivier Grisel
052ed25522
DOC: use uppercase for project / language names
2011-04-12 10:16:04 +02:00
Olivier Grisel
ae5f820643
DOC: started intro YEP
2011-04-12 03:00:46 +02:00
Olivier Grisel
8d3baaf0ed
wording
2011-04-12 02:22:15 +02:00
Olivier Grisel
0ce6f898ff
DOC: fix / add more class reference links in perf doc
2011-04-12 02:20:37 +02:00
Olivier Grisel
d93c959f01
DOC: refined the python profiling example
2011-04-12 01:50:03 +02:00
Olivier Grisel
6619a7348e
DOC: fix small inaccurracy
2011-04-10 20:06:41 +02:00
Olivier Grisel
66b32997d9
Merge branch 'master' of github.com:scikit-learn/scikit-learn
2011-04-10 19:43:21 +02:00
Olivier Grisel
db123c78b2
ENH: avoid the use of lambdas in NMF to get a more informative profiling output
2011-04-10 19:43:01 +02:00
Gael varoquaux
2fe92622e8
DOC: rmk on Sphinx version
2011-04-10 19:40:37 +02:00
Olivier Grisel
d0848dfc6b
DOC: add some missing reference in the performance guide
2011-04-10 19:36:26 +02:00
Olivier Grisel
86f4822a52
DOC: note for later
2011-04-10 19:28:28 +02:00
Olivier Grisel
b5143ca51b
DOC: add sample python profiling session
2011-04-10 19:26:14 +02:00
Olivier Grisel
b3d70e5e57
DOC: missing class reference
2011-04-10 18:15:14 +02:00
Olivier Grisel
c2ba06afa4
DOC: first stap at the performance chapter (full of TODOs)
2011-04-10 18:05:14 +02:00
Olivier Grisel
1d63e3df39
cosmit
2011-04-10 16:52:41 +02:00
Gael varoquaux
ed4bdcb49c
DOC: tweaks to developers notes
2011-04-10 13:27:20 +02:00
Gael varoquaux
5593bc4426
DOC: fix link to bug tracker
2011-04-10 13:17:42 +02:00
Olivier Grisel
c36dd429c1
ENH: add coverage install command
2011-04-10 12:59:36 +02:00
Olivier Grisel
d55aee641d
Merge branch 'master' of github.com:scikit-learn/scikit-learn
2011-04-10 12:58:05 +02:00
Olivier Grisel
0fa6645fce
ENH: improved contributors guide
2011-04-10 12:57:59 +02:00
Gael varoquaux
d6ace52677
DOC: move working notes to wiki
2011-04-10 12:01:31 +02:00
Fabian Pedregosa
ecd7190f09
Neighbors refactoring.
...
Rename NeighborsBarycenter --> NeighborsRegressor, Neighbors -->
NeighborsClassifier.
Also added parameter mode for NeighborRegressor (and updated examples
and doc describing it).
2011-02-17 10:37:34 +01:00
Fabian Pedregosa
56bf5824ee
Change the algorithm used in neighbors.barycenter.
...
Use the more stable SVD via a constrained least squares. This avoids
the use of regularization, so parameter eps was removed. Details are
give in doc/developers/
2011-02-17 10:23:33 +01:00
Fabian Pedregosa
de91e61887
Add other ways to contribute to the doc.
2011-01-11 15:01:01 +01:00
Fabian Pedregosa
8df209bb54
Update developers info.
...
Change main wiki to the github wiki.
2010-11-25 09:02:07 +01:00
Mathieu Blondel
c6b564c5f8
Note on fit_transform.
2010-11-03 18:18:56 +09:00
Olivier Grisel
58b7aff55a
spelling
2010-11-01 22:36:31 +01:00
Gael varoquaux
b73d09a590
DOC: Remove useless tables of contents
...
The sidebar is more visible in the new design. They are no longer needed.
2010-11-01 15:16:59 +01:00
Yaroslav Halchenko
8852e3aba8
DOC: removing a stale request for subversion write permissions
2010-10-08 08:51:33 -04:00
Gael varoquaux
6d2e4730ef
MISC: Fix spelling.
...
Thanks to Keith Goodman and Joseph Perktold for reporting.
2010-09-11 11:02:28 +02:00
Gael Varoquaux
a21f0e824a
DOC: Update the developer guidelines.
2010-09-06 11:01:34 +02:00
Fabian Pedregosa
f7119ca752
Fix bugs in dev docs.
2010-08-22 13:07:45 +02:00
Fabian Pedregosa
f9247e9baa
Update git information.
2010-08-20 10:08:06 +02:00
Ron Weiss
3ed43f0e79
DOC: fixed typos in developer documentation
2010-08-19 17:39:34 -04:00
Fabian Pedregosa
0e944a580e
Update the developer docs.
2010-08-19 11:45:38 +02:00
Fabian Pedregosa
850908817b
Refactor layout of developer docs.
2010-08-18 21:27:12 +02:00