Gilles Louppe
|
74d395215b
|
ENH bagging meta-estimator
|
2013-09-11 13:51:09 +02:00 |
Alexandre Gramfort
|
691c9e6533
|
DOC : remove reference to ProbabilisticPCA in doc
|
2013-09-05 21:36:46 +02:00 |
Arnaud Joly
|
cf73a9ed85
|
ENH more explicit name for auc + consistency for scorer, fix #2096
|
2013-08-07 10:23:37 +02:00 |
Gilles Louppe
|
2f6a6709b0
|
Remove toc on the API page (it is already in the sidebar)
|
2013-07-28 11:15:05 +02:00 |
Vlad Niculae
|
190449424d
|
DOC reference and rename cross decomposition module
|
2013-07-28 02:56:12 +02:00 |
Andreas Mueller
|
8dd37abd33
|
DOC fixing some sphinx stuff.
|
2013-07-27 18:16:46 +02:00 |
Lars Buitinck
|
808799c146
|
ENH rewrite multiclass_log_loss, rename log_loss, document it
|
2013-07-26 19:40:56 +02:00 |
Arnaud Joly
|
f7555a17e3
|
DOC add missing links to the scorer and classication section
|
2013-07-26 15:32:22 +02:00 |
Alexandre Gramfort
|
4d3a7ffdb1
|
update what's new + classes.rst
|
2013-07-26 09:51:36 +02:00 |
Kemal Eren
|
2fa858687f
|
misc. fixes
|
2013-07-25 19:19:24 +02:00 |
Kemal Eren
|
479d327475
|
put biclustering section after clustering section in reference
|
2013-07-25 19:19:24 +02:00 |
Kemal Eren
|
f3cf6307dd
|
added documentation for bicluster evaluation
|
2013-07-25 19:19:22 +02:00 |
Kemal Eren
|
9c20a9e2ab
|
made 'bicluster' a submodule of 'cluster'
|
2013-07-25 19:19:20 +02:00 |
Kemal Eren
|
b218edc793
|
started biclustering documentation and examples
|
2013-07-25 19:19:17 +02:00 |
Alexandre Gramfort
|
6faafac921
|
Merge pull request #2223 from arjoly/doc-datasets
[MRG] Doc datasets
|
2013-07-25 07:41:04 -07:00 |
Nicolas Trésegnie
|
b86071b403
|
Missing value imputation
|
2013-07-25 15:57:06 +02:00 |
Arnaud Joly
|
3eccb93c28
|
DOC add missing datasets helper
|
2013-07-25 14:33:12 +02:00 |
Olivier Grisel
|
6252883f49
|
Merge pull request #2175 from ogrisel/nb-partial-fit
[MRG] partial_fit for the discrete naive Bayes models
|
2013-07-25 03:02:18 -07:00 |
Nelle Varoquaux
|
f93659b1dd
|
MAINT renamed pls to cross_decomposition in the documentation
|
2013-07-25 11:01:59 +02:00 |
Olivier Grisel
|
fc8e88cec1
|
Factorize label_binarize for binarizing a sequence of labels with fixed classes
|
2013-07-25 10:21:25 +02:00 |
Yann N. Dauphin
|
3cafa9f6d6
|
neural_networks -> neural_network
|
2013-07-24 17:27:20 +02:00 |
Vlad Niculae
|
2d86899f0e
|
ENH Rename RestrictedBolzmannMachine to BernoulliRBM
|
2013-07-24 17:27:19 +02:00 |
Vlad Niculae
|
e8b0f95024
|
DOC Added skeleton for RBM documentation
|
2013-07-24 17:27:19 +02:00 |
Lars Buitinck
|
393b99636b
|
ENH simplify the Scorer API
A Scorer is now a function that returns a score that should be maximized.
|
2013-07-24 14:47:47 +02:00 |
Jake Vanderplas
|
c7548ccbbe
|
DOC: rearrange KDE examples
|
2013-07-07 18:16:45 -07:00 |
Jake Vanderplas
|
60ddef94fa
|
add KernelDensity to class list
|
2013-07-06 08:44:13 -07:00 |
Jake Vanderplas
|
eaac7aa19f
|
fix conflicts with master
|
2013-07-06 07:53:37 -07:00 |
Jake Vanderplas
|
e0b46f876c
|
DOC: document the new neighbors functions & KDE
|
2013-07-05 13:17:31 -07:00 |
Lars Buitinck
|
df889f850c
|
Merge pull request #1716 from larsmans/truncated-svd
[MRG] add latent semantic analysis/sparse truncated SVD
|
2013-06-12 04:40:24 -07:00 |
Lars Buitinck
|
cacb14ef0a
|
ENH add latent semantic analysis/sparse truncated SVD
Fixes #1519.
|
2013-06-12 13:39:36 +02:00 |
Mathieu Blondel
|
de560bfcfb
|
Move balance_weights out of preprocessing.
See #1763.
|
2013-06-04 18:45:07 +09:00 |
Arnaud Joly
|
be842f2740
|
ENH add jaccard similarity score metrics
|
2013-05-06 13:40:27 +02:00 |
Andreas Mueller
|
0c94b55c63
|
ENH add randomized hyperparameter optimization
|
2013-03-03 20:56:39 +01:00 |
Arnaud Joly
|
5bcf25fc2f
|
ENH multilabel metrics: accuracy, Hamming, 0-1 loss
|
2013-03-02 20:41:34 +01:00 |
Gilles Louppe
|
2c44dd688c
|
DOC: add balance_weights to reference
|
2013-02-08 08:35:26 +01:00 |
Gael Varoquaux
|
c235ef4361
|
Merge branch 'treeweights'
|
2013-02-04 13:20:22 +01:00 |
Andreas Mueller
|
3d3a305d35
|
FIX imports for Scorer and SCORERS
|
2013-02-03 16:42:24 +01:00 |
Andreas Mueller
|
b5cc3bad87
|
COSMIT rename AsScorer to Scorer
|
2013-02-03 15:49:40 +01:00 |
Andreas Mueller
|
0d7e1a610e
|
DOC minor fixes in score_objects documentation.
|
2013-02-03 15:49:39 +01:00 |
Andreas Mueller
|
394f87b290
|
DOC add metrics.score_objects to the references
|
2013-02-03 15:49:38 +01:00 |
Andreas Mueller
|
aee8e8dabf
|
DOC added a new template to sphinx so view the "__call__" function.
|
2013-02-03 15:49:38 +01:00 |
Andreas Mueller
|
46c2649020
|
DOC-string for AsScorer
|
2013-02-03 15:49:37 +01:00 |
Noel Dawe
|
f973c279f6
|
Merge remote-tracking branch 'upstream/master' into treeweights
|
2013-01-21 22:18:27 +01:00 |
Olivier Grisel
|
72e3054c49
|
Updated whats_new.rst
|
2013-01-20 13:05:27 +01:00 |
Gilles Louppe
|
9be24cb710
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
sklearn/metrics/metrics.py
|
2013-01-13 16:48:15 +01:00 |
Vlad Niculae
|
dbdc8d3847
|
DOC: more consistency in docstrings for unsup clustering metrics & missing link
|
2013-01-13 13:52:08 +01:00 |
Gilles Louppe
|
8a27f1e495
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
sklearn/metrics/__init__.py
sklearn/metrics/tests/test_metrics.py
|
2013-01-11 10:26:34 +01:00 |
Arnaud Joly
|
6cf5ee0fbf
|
ENH rename zero_loss_score to accuracy_score
|
2013-01-09 15:31:57 +01:00 |
Arnaud Joly
|
e7b8f6e329
|
ENH renamed metrics.zero_one to metrics.zero_one_loss
|
2013-01-09 15:28:23 +01:00 |
Arnaud Joly
|
4d4a1e0bad
|
DOC add link to clustering metrics
|
2013-01-09 15:04:23 +01:00 |