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 |
Gilles Louppe
|
8a27f1e495
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
sklearn/metrics/__init__.py
sklearn/metrics/tests/test_metrics.py
|
2013-01-11 10:26:34 +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 |
Arnaud Joly
|
6cf5ee0fbf
|
ENH rename zero_loss_score to accuracy_score
|
2013-01-09 15:31:57 +01: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 |
Alexandre Gramfort
|
60be687756
|
DOC : add doctring in plot_lasso_and_elasticnet.py
|
2013-01-07 11:19:50 +01:00 |
Andreas Mueller
|
685c6529b6
|
ENH rename proximity to dissimilarity
|
2013-01-07 09:41:48 +01:00 |
andy
|
1aacfbede8
|
ENH updated to more examples.
|
2013-01-07 09:41:48 +01:00 |
andy
|
791a2241aa
|
FIX another typo, fix examples
|
2013-01-07 09:41:48 +01:00 |
Alexandre Gramfort
|
7b53c9a940
|
Merge pull request #1505 from NelleV/mds
Fixes on the MDS
|
2013-01-03 02:03:37 -08:00 |
Olivier Grisel
|
0d47916b42
|
ENH: add the squared hinge loss to the SGD loss example
|
2013-01-02 22:56:32 +01:00 |
Mathieu Blondel
|
2ef136c6eb
|
Add perceptron loss to plot.
|
2013-01-03 03:21:46 +09:00 |
Nelle Varoquaux
|
9301f149a7
|
FIX the mds example did not plot the NMDS
|
2013-01-01 15:04:06 +01:00 |
Andreas Mueller
|
ff3ea9570d
|
DOC classifier comparison: plot data without decision boundary first, better (imho) color scheme.
|
2012-12-26 21:13:58 +01:00 |
Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +01:00 |
Andreas Mueller
|
54385c7565
|
COSMIT featuers -> features typo
|
2012-12-22 16:48:17 +01:00 |
Olivier Grisel
|
dbc4689625
|
Typo / fix in JL lemma example
|
2012-12-22 14:31:56 +01:00 |
Olivier Grisel
|
81a8146cdb
|
eps=1.0 is no longer a valid value
|
2012-12-21 18:13:55 +01:00 |