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 |
Noel Dawe
|
33d6fbe66b
|
displace predict_proba by 1e-10
|
2013-01-13 03:30:33 -08:00 |
Noel Dawe
|
1d6d08fb83
|
update adaboost example: exposes instability
|
2013-01-11 16:16:17 -08:00 |
Noel Dawe
|
703cc067d7
|
Merge pull request #20 from glouppe/adaboost
Changes and fixes on Adabosot
|
2013-01-11 11:05:47 -08:00 |
Gilles Louppe
|
16f2f29ee9
|
Revert changes on plot_adaboost_error.py
|
2013-01-11 14:28:00 +01:00 |
Gilles Louppe
|
a0b728349b
|
EXAMPLE: better plot_adaboost_regression
|
2013-01-11 14:26:12 +01:00 |
Gilles Louppe
|
493f972cae
|
Cosmits, code structure and tests
|
2013-01-11 14:14:40 +01:00 |
Noel Dawe
|
30174c6f4e
|
update example: fix histogram range
|
2013-01-11 01:24:55 -08:00 |
Noel Dawe
|
4aea9a8d90
|
combine real and discrete algorithms under one class
|
2013-01-11 01:12:53 -08:00 |
Noel Dawe
|
534831b818
|
update adaboost hastie example and weight_boosting tests
|
2013-01-11 00:13:57 -08:00 |
Noel Dawe
|
f45afdcf71
|
implement SAMME.R algorithm
|
2013-01-10 23:30:25 -08:00 |
Noel Dawe
|
f2e0b25db7
|
pep8
|
2013-01-09 13:44:57 -08:00 |
Noel Dawe
|
b6d1fa8800
|
add Hastie 10.2 example
|
2013-01-09 13:44:57 -08:00 |
Gilles Louppe
|
5b293bcb48
|
PEP8 and DOC
|
2013-01-08 22:20:56 -08:00 |
Noel Dawe
|
d7524d9baa
|
FIX: plot_adaboost_classification.py
|
2013-01-08 22:20:56 -08:00 |
Noel Dawe
|
15d3bafddc
|
FIX: docs, code clean up, learn_rate -> learning_rate
|
2013-01-08 22:20:55 -08:00 |
Gilles Louppe
|
59740fd488
|
EXAMPLE: drop plot_adaboost_quantiles
|
2013-01-08 22:19:02 -08:00 |
Gilles Louppe
|
562b60ce8a
|
EXAMPLE: merge plot_adaboost_iris into plot_forest_iris
|
2013-01-08 22:19:02 -08:00 |
Gilles Louppe
|
81aaedeae6
|
EXAMPLE: reduce the number of samples
|
2013-01-08 22:19:01 -08:00 |
Noel Dawe
|
aa5d3d9bc0
|
FIX: overlapping y-axis labels
|
2013-01-08 22:19:01 -08:00 |
Noel Dawe
|
491379d994
|
FIX: import not used
|
2013-01-08 22:19:01 -08:00 |
Gilles Louppe
|
78c484d787
|
EXAMPLE: simplify n_estimators and n_samples
|
2013-01-08 22:19:01 -08:00 |
Noel Dawe
|
b454d56bd3
|
implement AdaBoost
|
2013-01-08 16:50:38 -08:00 |
Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +01:00 |
Peter Prettenhofer
|
8897c6d206
|
use 100 instead of 800 n_estimators; looks the same but faster; ESLII uses 800
|
2012-12-03 20:37:32 +01:00 |
Peter Prettenhofer
|
fd82afae95
|
renamed: ncols -> n_cols;
partial_dependence_plots -> plot_partial_dependence
|
2012-11-27 08:36:46 +01:00 |
Peter Prettenhofer
|
f47ff8579e
|
show how to use ``partial_dependence`` to generate custom plots.
|
2012-11-25 23:20:40 +01:00 |
Peter Prettenhofer
|
0163d94f2a
|
fix links
|
2012-11-20 22:34:59 +01:00 |
Peter Prettenhofer
|
e96064302e
|
switch axis for 2-way plot; better to compare with above plot
|
2012-11-20 22:12:39 +01:00 |
Peter Prettenhofer
|
6cb2b83c5b
|
updated example
|
2012-11-20 18:48:06 +01:00 |
Peter Prettenhofer
|
4f70ab3beb
|
uses plotting convenience function
|
2012-11-19 22:26:17 +01:00 |
Peter Prettenhofer
|
a7ebd1b72c
|
Merge branch 'master' into gbrt-interactions
|
2012-11-19 19:37:34 +01:00 |
Peter Prettenhofer
|
1644a7c411
|
Merge branch 'master' into gbrt-interactions
Conflicts:
doc/whats_new.rst
|
2012-11-15 20:57:34 +01:00 |
Andreas Mueller
|
6ab3b5b2be
|
MISC rename RandomForestEmbedding to RandomTreesEmbedding
|
2012-11-15 19:20:45 +00:00 |
Mathieu Blondel
|
e48159689d
|
Indicate dimensionality in RandomForestEmbedding example.
|
2012-11-15 04:40:15 +09:00 |
Mathieu Blondel
|
a9b4a381ff
|
Fix typos and wording in RandomForestEmbedding.
|
2012-11-15 04:36:30 +09:00 |
Andreas Mueller
|
9a7de0b427
|
ENH fix plot in docs. thanks @ppret.
|
2012-11-14 10:40:19 +01:00 |
Andreas Mueller
|
8e58f832eb
|
MISC rename plot_random_forest_hasher to plot_random_forest_embedding
|
2012-11-14 10:40:19 +01:00 |