Olivier Grisel
a8fc5228c1
ENH more LSH scalability example and doc improvements
2014-12-18 19:47:04 +01:00
Fabian Pedregosa
780fb237d2
DOC: make LinearSVR appear in the doc reference
2014-12-15 18:12:20 +01:00
Alexandre Gramfort
6dab7c5c8a
Merge pull request #3802 from MechCoder/birch
...
[MRG+1] Clustering algorithm - BIRCH
2014-12-11 23:10:43 +01:00
Joel Nothman
081a554698
FIX P/R/F metrics and scorers are now for binary problems only by default
...
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
MechCoder
f4afc7ecf0
ENH: Add narrative documentation
2014-12-05 14:07:16 +01:00
gpassino
969e677353
DOC fix kernels documentation inconsistencies
...
Fixes gh-3916, gh-2901.
2014-12-01 11:51:36 +01:00
Arnaud Joly
4ee736025f
DOC add missing load_svmlight_files to api references
2014-11-28 12:08:29 +01:00
Arnaud Joly
81ac899714
ENH add coverage multilabel ranking metric
2014-11-27 12:42:47 +01:00
Olivier Grisel
f0fe4afd1e
Merge pull request #2949 from FlorianWilhelm/theilsen
...
[MRG+1] TheilSen robust linear regression
2014-11-20 15:34:01 +01:00
Luis Pedro Coelho
2f275de41d
ENH Add cross_val_predict function
...
This function returns the cross-validated prediction for each element in
the input data (i.e., the prediction that is made when that object is in
the test set).
2014-11-03 11:51:10 +11:00
Arnaud Joly
afae1c7bbd
DOC add missing public function into the references
2014-10-24 14:42:09 +02:00
Florian Wilhelm
9ebed286ea
Merge branch 'master' into theilsen
...
Conflicts:
sklearn/metrics/scorer.py
2014-10-13 10:28:44 +02:00
Florian Wilhelm
076bad6a7c
ENH: Removed median_absolute_error due to PR #3761
2014-10-12 15:19:33 +02:00
Florian Wilhelm
577651753e
ENH: Added median_absolute_error to metrics
2014-10-10 20:25:22 +02:00
Florian Wilhelm
ef43e7d2fb
DOC: Narrative doc for median_absolute_error
2014-10-09 14:35:05 +02:00
Florian Wilhelm
cf3b476aa4
FIX: TheilSen -> TheilSenRegressor in docs
2014-10-02 09:25:48 +02:00
Florian Wilhelm
b0ab714699
Merge branch 'master' into theilsen
2014-09-24 19:30:39 +02:00
Kyle Kastner
b2d6a30aeb
IncrementalPCA implementation
2014-09-22 13:12:29 -04:00
Florian Wilhelm
8dbec4f76c
Merge branch 'master' into theilsen
2014-09-06 10:14:12 +02:00
MechCoder
2ea804e61f
Update whats new!
2014-07-22 18:29:51 +02:00
Florian Wilhelm
2fcba229c4
Merge remote-tracking branch 'upstream/master' into theilsen
...
Conflicts:
sklearn/metrics/__init__.py
sklearn/metrics/metrics.py
2014-07-20 15:03:20 +02:00
Gael Varoquaux
110d3f212c
DOC: better documentation for robust models
2014-07-19 12:58:35 +02:00
Arnaud Joly
0807e19dc2
MAINT deprecate fit_ovr, fit_ovo, fit_ecoc, predict_ovr, predict_ovo, predict_ecoc and predict_proba_ovr
2014-07-19 12:17:22 +02:00
Arnaud Joly
35c90186ce
DOC write narrative doc for label ranking average precision
2014-07-17 11:09:46 +02:00
Gael Varoquaux
5b5dba1487
DOC: fix classes not referenced in docs
2014-07-14 18:04:22 +02:00
Ronald Phlypo
59d6a11a57
bug fix and deprectation warning added to cross-validation
2014-06-21 21:39:51 +02:00
Lars Buitinck
9772d9528e
DOC remove HMM documentation
2014-06-16 21:44:52 +02:00
Joel Nothman
18c399e20a
MAINT deprecate sequences of sequences support
...
* add warnings
* provide alternative binarizer, sklearn.preprocessing.MultiLabelBinarizer
* fix documentation
2014-06-05 11:20:35 +02:00
Alexander Fabisch
a2510de481
Document attributes
2014-05-28 19:56:09 +02:00
mjbommar
4a4d8e7420
Fixing classes.rst
2014-05-24 14:51:29 -04:00
mjbommar
16bf2f4c0d
Adding check_increasing to classes.rst
2014-05-24 08:55:21 -04:00
Arnaud Joly
ffc0fa6e56
DOC advertize GenericUnivariateSelect in the narrative documentation and api
2014-04-24 22:26:41 +02:00
Gael Varoquaux
a23b868f43
Merge branch 'master' into hc_linkage
...
Conflicts:
doc/whats_new.rst
2014-02-17 21:48:31 +01:00
Gael Varoquaux
64efbd66c7
MISC+DOC: documentation for FeatureAgglomeration
...
and many cosmetic comments points out in review.
2014-02-13 00:55:46 +01:00
Gael Varoquaux
5ed6b26a0a
DOC: finish touches to hierarchical docs
2014-02-06 18:22:55 +01:00
Alexander Fabisch
0852a54f7f
Add example with polynomial regression
2014-02-02 18:50:48 +01:00
Alexander Fabisch
ab41996b83
Improve documentation
...
* add images
* add link to API doc
* change order
2014-02-02 18:50:47 +01:00
Manoj-Kumar-S
a917a02083
ENH: MultiTaskElasticNet (and Lasso) CV
2014-01-21 08:41:02 +11:00
Joel Nothman
7de3d96caa
DOC add learning_curve to what's new and API reference
...
+ PEP8 fixes
+ Alphabetical ordering fix for classes.rst
+ Example reference
2014-01-09 16:11:12 +11:00
Lars Buitinck
7a22b77de2
ENH make_pipeline and make_union utility functions
2013-12-29 14:26:34 +01:00
Lars Buitinck
7643f44d07
DOC add sklearn.base to generated docs
...
Fixes #1449 .
2013-12-05 13:03:43 +01:00
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