Thomas J. Fan
|
d400723a21
|
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
|
2022-03-29 16:36:31 +02:00 |
Dimitri Papadopoulos Orfanos
|
d4d5f8c7e0
|
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-10-22 15:33:22 +02:00 |
Thomas J. Fan
|
70a185ae59
|
MAINT Enable and run black on examples (#20502)
|
2021-10-07 10:13:00 +02:00 |
Aarshay Jain
|
a74d31a339
|
ENH 13 more examples fixed with matplotlib 2.0 (#9029)
|
2017-06-28 14:56:27 +02:00 |
Noel Dawe
|
09896dc2dd
|
plot_adaboost_twoclass.py: minor improvements
|
2014-10-02 22:41:51 -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 |
Gilles Louppe
|
b499743c93
|
DOC: update examples, use matplotlib.pyplot instead of pylab
|
2014-02-27 10:22: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 |
Gael Varoquaux
|
f4a283a16e
|
COSMIT: prettify code and figure in example
|
2013-02-04 12:10:54 +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
|
e21399f63a
|
add description of dataset in two-class example
|
2013-01-31 11:57:07 +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 |
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
|
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 |
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
|
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 |