Commit Graph

167 Commits

Author SHA1 Message Date
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
Peter Prettenhofer 38af9c5cda use unique from sklearn backports (return_inverse) 2013-01-27 13:42:12 +01:00
Peter Prettenhofer 5be04bfaf8 fix: map labels to {0, 1} 2013-01-26 12:19:40 +01:00
Noel Dawe f0fb4f4398 pep8 2013-01-23 14:56:08 +01:00
Gilles Louppe 2497856e04 ENH: weights_ -> estimator_weights_ 2013-01-23 09:00:39 +01:00
Gilles Louppe 3d89ae17e3 ENH: remove boost_method parameter and use a string as switch 2013-01-23 08:53:49 +01:00
Noel Dawe a9e6d5ccb5 add decision_function and staged_decision_function and refactor some code 2013-01-21 22:13:13 +01:00
Gilles Louppe 2904265faa FIX: some nitpicks 2013-01-17 09:36:31 +01:00
Noel Dawe dcd66a8a8a fix class ordering in two-class 2013-01-15 13:30:14 +01:00
Noel Dawe cdfbd5a1f0 typo 2013-01-15 12:43:16 +01:00
Noel Dawe 778b77bae1 use metrics module and pep8 2013-01-15 11:40:47 +01:00
Noel Dawe a717125cb9 typo 2013-01-15 11:33:52 +01:00
Noel Dawe a248b1e2cd add author 2013-01-15 10:32:23 +01:00
Noel Dawe e93bd6e889 FIX: improve multi-class AdaBoost example (rename to plot_adaboost_multiclass.py) 2013-01-15 10:30:31 +01:00
Noel Dawe ad64a0da2e rename plot_adaboost_classification.py -> plot_adaboost_twoclass.py and add predict_twoclass method to AdaBoostClassifier 2013-01-14 14:15:41 +01:00
Noel Dawe 84ed0f8b07 FIX: refactor plot_adaboost_classification.py and add legend 2013-01-14 12:45:56 +01:00
Noel Dawe 6b13691838 FIX: show decision boundary in plot_adaboost_classification.py 2013-01-14 12:32:55 +01:00
Noel Dawe 6ef53e8c9a DOC: add __doc__ to plot_adaboost_hastie_10_2.py 2013-01-14 12:10:58 +01:00
Noel Dawe 79b3527a7d FIX: use full decision tree in AdaBoost and fix title in plot_forest_iris.py 2013-01-14 11:47:00 +01:00
Noel Dawe 5ca8ff4df0 FIX: adaboost predict_proba 2013-01-13 15:59:08 +01:00
Gilles Louppe 0324a36845 EXAMPLE: give plot_adaboost_classification some love 2013-01-13 13:13:25 +01:00