Commit Graph

187 Commits

Author SHA1 Message Date
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
Andreas Mueller 26eb3c606f DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
Arnaud Joly aeaffe5f0a DOC + example with multioutput regression face completion for knn 2013-07-26 15:57:35 +02:00
Peter Prettenhofer 63c8848898 example doc string 2013-07-24 11:17:34 +02:00
Peter Prettenhofer cebaeebbce moved to new pyplot import 2013-07-24 11:17:33 +02:00
Peter Prettenhofer e75d9bb67b rn: ACC -> Accuracy 2013-07-24 11:17:33 +02:00
Peter Prettenhofer 42ff16cade use new style str formatting 2013-07-24 11:17:33 +02:00
Peter Prettenhofer b8f018d379 more doc for OOB example 2013-07-24 11:17:33 +02:00
Peter Prettenhofer 725020a991 cosmit: rs -> random_state 2013-07-24 11:17:33 +02:00
Peter Prettenhofer 017b605a14 cosmit: n -> n_samples 2013-07-24 11:17:32 +02:00
Peter Prettenhofer c2e9949b72 comments 2013-07-24 11:17:32 +02:00
Peter Prettenhofer 81ffae583c cosmit: use train_test_split - tuned params for nice plot 2013-07-24 11:17:32 +02:00
Peter Prettenhofer 8376e12df3 more docstrings 2013-07-24 11:17:32 +02:00
Peter Prettenhofer 1fd0090e1f rn: plt -> pl 2013-07-24 11:17:32 +02:00
Peter Prettenhofer 9b2008101a plot cv error as well 2013-07-24 11:17:31 +02:00
Peter Prettenhofer eecca4b06f example for oob estimates in GBRT 2013-07-24 11:17:31 +02:00
Ian Ozsvald 0bf39889bd updated docs to fix formatting errors 2013-07-17 13:54:34 +01:00
Ian Ozsvald 4e1bc3ccd5 improved formatting 2013-07-10 16:29:03 +01:00
Ian Ozsvald fb10548fc0 clearer decision surface plots and classifier final predictions for the ensembles 2013-07-10 13:32:11 +01:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +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
draix 63562b0416 PY3: replaced izip 2013-03-19 18:02:34 +01:00
Peter Prettenhofer 42c7496c0c Merge branch 'master' into gbrt-deviance-fix 2013-02-17 19:52:21 +01:00
Lars Buitinck 541987802f P3K range vs. xrange 2013-02-14 02:05:35 +01:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Mathieu Blondel 135636eb94 Cosmit: more explicit label. 2013-02-10 11:25:02 +09:00
Mathieu Blondel b445537855 Cosmit: more explicit xlabel. 2013-02-10 11:20:19 +09:00
Gilles Louppe 46f4e91915 EXAMPLE: compute_importances=True is no longer required (2) 2013-02-08 08:37:21 +01:00
Gilles Louppe 0b2f92d025 EXAMPLE: compute_importances=True is no longer required (1) 2013-02-08 08:37:00 +01:00
Gael Varoquaux c235ef4361 Merge branch 'treeweights' 2013-02-04 13:20:22 +01:00
Gael Varoquaux 1f95b18c27 COSMIT 2013-02-04 12:11:07 +01:00
Gael Varoquaux f4a283a16e COSMIT: prettify code and figure in example 2013-02-04 12:10:54 +01:00
Gilles Louppe 8ecc50458e FIX: some of Gael comments 2013-02-03 18:45:33 +01:00
Noel Dawe 536e50d042 fix AdaBoost.R2 and update example 2013-02-03 03:37:38 +01:00
Noel Dawe 491319dd18 explain decision scores in two-class example 2013-02-02 22:53:08 +01:00
Noel Dawe e8a8101313 clarification on two-class decision scores plot 2013-02-02 21:47:56 +01:00
Noel Dawe 07e6834ff0 two-class decision scores -> decision scores 2013-02-02 20:57:29 +01:00
Noel Dawe 8835435d8b don't show class B probabilities in two-class example 2013-02-02 20:53:13 +01:00
Noel Dawe a7db2aff42 import pylab as pl 2013-02-02 19:47:13 +01:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Gilles Louppe b56674ae20 DOC: add a short dataset description in hastie example 2013-02-01 09:26:31 +01:00
Noel Dawe e21399f63a add description of dataset in two-class example 2013-01-31 11:57:07 +01:00
Noel Dawe ab27f37292 inline comment about learning_rate in hastie example 2013-01-31 01:08:33 +01:00
Noel Dawe 54ee88105b FIX: comments from @ogrisel 2013-01-30 02:15:24 +01:00
Noel Dawe 707c0f4aa2 FIX: alpha=.5 and use more difficult dataset in two-class example. Add mean and cov arguments to make_gaussian_quantiles 2013-01-30 01:59:18 +01:00
Noel Dawe c56a91582f update adaboost regression example and use estimator_errors_ 2013-01-28 20:06:00 +01:00
Gilles Louppe 5d5e376a0a EXAMPLE (2) 2013-01-27 14:42:49 +01:00
Gilles Louppe 1eb07eb1c0 EXAMPLE: better x-axis label 2013-01-27 14:42:05 +01:00
Gilles Louppe 23cb9ea128 FIX: pprett comments 2013-01-27 14:05:15 +01:00