Commit Graph

203 Commits

Author SHA1 Message Date
Brian Wignall 48cbbab89b CLN: Fix typo in comment 2014-12-13 09:14:47 -05:00
Noel Dawe 09896dc2dd plot_adaboost_twoclass.py: minor improvements 2014-10-02 22:41:51 -07:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 30347e9a80 FIX python 3 compat for plot_bias_variance.py 2014-06-23 11:04:39 +02:00
ugurthemaster b929656592 Update plot_adaboost_regression.py
Library imports have been moved to top of the file.
2014-05-26 09:48:50 +03:00
IvicaJovic 8dc8673525 fix wrong confidence interval 2014-05-17 22:28:30 +02:00
Rajat Khanduja cca6fc7e8b Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
Rajat Khanduja 7d10d98492 Fixed some PEP8 violations even present in master branch, in examples/
This fixes some of the violations that were not caused by the change to pyplot
from pylab.
2014-05-15 09:35:24 +05:30
Noel Dawe f260259611 xrange -> range 2014-04-16 23:40:56 -07:00
Noel Dawe 65bbe9ebbc plot_adaboost_multiclass.py: handle case where boosting terminated early. Add missing author on other boosting examples. 2014-04-16 17:36:38 -07:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Gilles Louppe b499743c93 DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
Arnaud Joly 8cdd2be0d5 Merge pull request #2897 from ugurthemaster/patch-1
Update plot_forest_importances.py
2014-02-26 10:24:43 +01:00
ugurthemaster 4640608151 Update plot_forest_importances.py
import statement has moved to the top of the file
2014-02-26 10:55:01 +02:00
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01:00
Peter Prettenhofer 6aec00e480 use max_leaf_nodes in regularization example 2013-11-22 18:13:55 +01:00
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