Mathieu Blondel
|
de560bfcfb
|
Move balance_weights out of preprocessing.
See #1763.
|
2013-06-04 18:45:07 +09:00 |
Lars Buitinck
|
a196462e37
|
DOC dependency installation with yum (Red Hat, CentOS)
|
2013-06-01 16:34:20 +02:00 |
Peter Prettenhofer
|
7840620270
|
added SGD L2 fix to whatsnew
|
2013-05-31 09:25:19 +02:00 |
Peter Prettenhofer
|
724652ef41
|
corrected doctests after moving L2 penalty application in SGD
|
2013-05-29 16:38:34 +02:00 |
Sergio Medina
|
3931951c54
|
Corrected a few things on the Mutual Information doc pages.
|
2013-05-27 15:57:52 +10:00 |
Jaques Grobler
|
40adb7aa6c
|
link updated
|
2013-05-24 00:17:13 +02:00 |
Jaques Grobler
|
623d52ab44
|
add optional banner to index page to advertise code sprints
|
2013-05-23 21:40:25 +02:00 |
Joel Nothman
|
dafc663cbe
|
DOC correct note on handling 0-denominator in P/R/F
|
2013-05-23 22:04:34 +10:00 |
Andreas Mueller
|
27cae1a83c
|
DOC clarification in Scoring objects: Its not a good sign if I don't understand my own wording.
|
2013-05-21 20:20:01 +02:00 |
Joel Nothman
|
5b0afce322
|
DOC add some contributions to What's New
|
2013-05-21 22:27:26 +10:00 |
Joel Nothman
|
bb6e65f443
|
DOC/COSMIT fix typos in What's New
|
2013-05-21 21:56:34 +10:00 |
jnothman
|
7ebfd5763f
|
DOC rewrite descriptions of P/R/F averages and define support
|
2013-05-21 21:54:11 +10:00 |
Joel Nothman
|
9a8845e913
|
ENH Create FeatureSelectionMixin for shared [inverse_]transform code
Also rename FeatureSelectionMixin -> SelectorMixin -> _LearntSelectorMixin
And rename sklearn.feature_selection.{selector_mixin -> from_model}
|
2013-05-21 13:53:12 +10:00 |
Joel Nothman
|
096c8a0a83
|
DOC fix typos
|
2013-05-20 13:40:48 +10:00 |
Arnaud Joly
|
d33634d0ce
|
ENH add multilabel support to PRF metric family
Support also in classification_report
|
2013-05-20 13:08:50 +10:00 |
Andreas Mueller
|
76bb083940
|
DOC Fixed documentation of kernel parameters: sigm uses gamma, but not degree. Closes #1972.
|
2013-05-19 16:53:30 +02:00 |
Andreas Mueller
|
b0f1d46deb
|
DOC fetch_20newsgroups returns the text, not text files. see SO question: http://stackoverflow.com/questions/16615523/using-scikits-kmeans-to-cluster-ones-own-documents
|
2013-05-19 16:45:39 +02:00 |
Lars Buitinck
|
ac3801648a
|
TST + DOC AdaBoostClassifier.predict_proba fix
|
2013-05-17 17:20:36 +02:00 |
Joel Nothman
|
f3107ad326
|
DOC clarification of parameter search
|
2013-05-16 20:35:25 +10:00 |
Jaques Grobler
|
962e2e1d99
|
maintenance scripts added for machine learning maps - needed for modifying the map in future
|
2013-05-14 21:28:30 +02: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 |
Joel Nothman
|
d0f9cab939
|
DOC small typographical fixes in grid_search documentation
|
2013-05-12 10:31:09 +10:00 |
Gael Varoquaux
|
a7e5eb9ef9
|
DOC: cosmit - fix latex typo
|
2013-05-07 08:08:36 +02:00 |
A. Flaxman
|
9663654fb8
|
DOC: latex beautification
use \log, \max, \min, \operatorname{argmax}, insead of versions w/o backslash
|
2013-05-07 08:08:36 +02:00 |
A. Flaxman
|
a9b93a2c86
|
DOC: latex beautification
use \langle and \rangle for inner product, instead of < and >
|
2013-05-07 08:08:36 +02:00 |
Gael Varoquaux
|
1c9a6c90b3
|
COSMIT: txt -> rst
|
2013-05-06 14:05:28 +02:00 |
Arnaud Joly
|
be842f2740
|
ENH add jaccard similarity score metrics
|
2013-05-06 13:40:27 +02:00 |
Jaques Grobler
|
ff884e0f72
|
Merge pull request #1924 from jaquesgrobler/FIX_sidebar_on_index_page
Fix for sidebar bug on index page
|
2013-05-05 14:32:47 -07:00 |
Jaques Grobler
|
b2082b5d42
|
DOC added link to scipy lecture notes to tuts
|
2013-05-04 17:16:44 +02:00 |
Jaques Grobler
|
7fff871125
|
Merge pull request #1884 from jaquesgrobler/ml_map
MRG - Machine Learning flowchart for Tutorials page
|
2013-05-04 03:30:20 -07:00 |
Lars Buitinck
|
daf527735a
|
BUG disable memory-blowing SVD for sparse input in RidgeCV
Fixes #1921.
|
2013-05-03 17:48:39 +02:00 |
Jaques Grobler
|
68d0bc51c1
|
disable sidebar using cookies to remember last position
|
2013-05-03 13:11:16 +02:00 |
Olivier Grisel
|
0859653e09
|
FIX: use the mldata mock in docstring as well
|
2013-05-01 13:49:58 +02:00 |
Lars Buitinck
|
c8a5574bfb
|
DOC typos in cross-validation description
Spotted by @jnothman.
|
2013-04-30 16:07:08 +02:00 |
Lars Buitinck
|
cff20f6acd
|
DOC define validation before cross validation
In response to @amueller's remarks at #1766.
|
2013-04-29 21:58:47 +02:00 |
Gael Varoquaux
|
fd052ff770
|
DOC add 2012 GSOC students
|
2013-04-29 18:20:21 +02:00 |
Nelle Varoquaux
|
bdc410bf21
|
Spelling mistake
|
2013-04-29 18:20:21 +02:00 |
Nelle Varoquaux
|
8615aba4c1
|
Added sponsors to the about.rst page
|
2013-04-29 18:20:21 +02:00 |
Jaques Grobler
|
05a7766c3c
|
resized image
|
2013-04-29 17:13:22 +02:00 |
Lars Buitinck
|
c0f7b89e73
|
DOC rewrite description of k-fold CV
Fixes #1766 (I hope).
|
2013-04-28 16:49:45 +02:00 |
Jaques Grobler
|
6b47d7676a
|
DOC improve description of cross validation
|
2013-04-28 16:43:25 +02:00 |
Jaques Grobler
|
fcf911c9be
|
deleted unnecessary thumbnail
|
2013-04-26 14:38:17 +02:00 |
Jaques Grobler
|
11902ae57e
|
update what`s new
|
2013-04-26 14:36:31 +02:00 |
Lars Buitinck
|
6224c4ffad
|
DOC describe API, not internals, for AdaBoost
|
2013-04-26 10:40:52 +02:00 |
Jaques Grobler
|
a4071f928c
|
TYPO fix
|
2013-04-25 14:31:57 +02:00 |
Jaques Grobler
|
cd9cffac81
|
layout fixes and top paragraph
|
2013-04-25 13:33:05 +02:00 |
Jaques Grobler
|
ed643e18d7
|
sidebar added
|
2013-04-25 11:23:32 +02:00 |
Jaques Grobler
|
021f515ef8
|
remove svg2html script,toctree section added,doc page for ml_map created
|
2013-04-24 20:05:52 +02:00 |
Gael Varoquaux
|
1e6e337633
|
DOC: libatlas3-base in requirement
See discussion in issue #1877
|
2013-04-24 09:09:41 -06:00 |
Lars Buitinck
|
d88c38b2c4
|
DOC I didn't mean soft-O by "tilde notation"
|
2013-04-24 13:37:29 +02:00 |