Andreas Mueller
63e99023b6
DOC fixed some sphinx errors, issues in docs....
2012-09-03 23:48:32 +01:00
Andreas Mueller
c4b6b39cba
DOC Added section on issue tracker tags to development docs
2012-09-02 16:34:24 +02:00
GaelVaroquaux
01cf172069
DOC: notes on improving code coverage
2012-07-26 10:30:26 +02:00
Lars Buitinck
eef72db9c0
DOC instruct new devs to *always* work in branches
...
Prevents unnecessary merge commits when they submit a second PR.
Also changed the upstream URL to the HTTPS one, since the SSH one only works
for people in the GitHub scikit-learn team.
2012-05-15 14:15:59 +02:00
Rob Zinkov
5f4b320ee5
Fixed typo in documentation
2012-05-01 22:27:59 -07:00
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
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
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
Gilles Louppe
0a256ae21c
DOC: Removed performance and utilities from toctree (they were appearing twice)
2012-01-09 08:55:20 +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
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
Gilles Louppe
154fcc7f9d
Added links and various cosmits
2011-12-20 10:59:17 +01:00
Jake Vanderplas
96618d1d47
DOC: add utility information for developers
2011-12-19 10:49:49 -08: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
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
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
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
Gael varoquaux
2fe92622e8
DOC: rmk on Sphinx version
2011-04-10 19:40:37 +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