Andreas Mueller
cd63accc05
Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms!
2015-02-06 13:26:42 +01:00
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05:00
Lukas Michelbacher
389a43fd6f
Fix typo
2014-12-18 13:36:12 +00:00
Raghav R V
7e40e59735
DOC added note to warn users not to __init__ params with trailing _
...
While defining custom estimators, users are discouraged to define
parameters with trailing _
2014-12-07 02:51:29 +05:30
Jean Kossaifi
956018acb9
Added link to the setuptools doc and a note on the need to rebuild every time a
...
compiled extension is modified
2014-11-29 16:29:05 +00:00
Jean Kossaifi
0a8ede18de
Minor doc enhancement: documented setup develop.
2014-11-29 14:43:26 +00:00
Joel Nothman
96b6642239
DOC mention doc-building dependency on Pillow
2014-07-21 16:53:28 +10:00
Andreas Mueller
6e2a83b4e1
remove check_arrays stuff and old input validation
2014-07-20 13:31:45 +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
Lars Buitinck
adc24fda52
DOC no input validation in constructors
2014-04-13 16:52:18 +02:00
Lars Buitinck
b97fb3c5fc
MAINT drop support for NumPy < 1.6.1
2014-03-02 20:13:57 +01:00
jamestwebber
aa251cddd3
DOC: removed duplicated Python 3 section
...
Fixes #2383 .
2013-08-23 16:36:13 +02:00
Lars Buitinck
30f06b16f9
DOC add an extremely simple classifier code example to dev docs
2013-07-26 18:02:26 +02:00
Lars Buitinck
98151cb4fa
P3K developer docs
2013-07-15 17:07:00 +02: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
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
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
Jaques Grobler
15db3c21e1
trailing whitespace sentence
2012-11-15 16:39:01 +01:00
Jaques Grobler
2287edc3c4
goodness of fit fix
2012-11-15 15:37:06 +01:00
Jaques Grobler
b0ac8f91cd
doc fix - trailing underscore and init param update
2012-11-15 13:41:29 +01:00
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