Andreas Mueller
|
713ba6006e
|
COSMIT pep8
|
2012-09-04 17:24:01 +01:00 |
Gilles Louppe
|
e25fa50f6f
|
EXAMPLE: plot importances with bars
|
2012-07-19 11:42:04 +02:00 |
Gilles Louppe
|
532c54c5ac
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into tree-mo
Conflicts:
sklearn/tree/_tree.c
|
2012-07-09 17:32:43 +02:00 |
Peter Prettenhofer
|
9cf0a7cbd1
|
add quantile example again
|
2012-07-09 16:57:06 +02:00 |
Peter Prettenhofer
|
6fee3da970
|
added max_features to gbrt regularization example
|
2012-07-07 19:08:29 +02:00 |
Peter Prettenhofer
|
89cb7056b7
|
removed quantile regression example
|
2012-07-07 19:08:07 +02:00 |
Gilles Louppe
|
91963b8293
|
DOC: typo
|
2012-07-04 13:10:28 +02:00 |
Gilles Louppe
|
386631e46c
|
DOC: example
|
2012-07-04 13:02:48 +02:00 |
Gilles Louppe
|
264737ed11
|
DOC: typo
|
2012-07-04 12:04:42 +02:00 |
Gilles Louppe
|
f11ff94d4c
|
DOC: Example
|
2012-07-04 12:02:22 +02:00 |
Peter Prettenhofer
|
36fd9c3ef0
|
proper pylab import
|
2012-07-02 13:44:53 +02:00 |
Peter Prettenhofer
|
cf090648a8
|
use dtype float32
|
2012-07-02 10:41:41 +02:00 |
Peter Prettenhofer
|
18326419ac
|
better docs for quantile reg
|
2012-06-15 16:14:55 +02:00 |
Peter Prettenhofer
|
14b5c05acc
|
added title to example
|
2012-06-05 23:35:05 +02:00 |
Peter Prettenhofer
|
aa8354a4ab
|
wip: added quantile regression loss; this allows for prediction intervals; adopted the GP regression example to show-case prediction intervals
|
2012-06-05 23:07:56 +02:00 |
Gael Varoquaux
|
13028c5bb3
|
BUG: remove n_jobs=-1 from examples
|
2012-05-07 22:53:44 +02:00 |
Andreas Mueller
|
e749771faa
|
MISC don't use ``set_cmap``
|
2012-05-05 20:43:21 +02:00 |
Andreas Mueller
|
645db95737
|
ENH adjusted examples to new matplotlib 1.1.1
|
2012-05-05 20:43:21 +02:00 |
Peter Prettenhofer
|
4b5aada830
|
use staged predict in gbrt examples
|
2012-03-29 10:26:43 +02:00 |
Peter Prettenhofer
|
0dc117aaf6
|
update examples
|
2012-03-20 15:59:29 +01:00 |
Peter Prettenhofer
|
249ea7bd0d
|
new predict utils for early stopping; updated examples
|
2012-03-12 22:20:04 +01:00 |
Peter Prettenhofer
|
7f0048bad8
|
cosmit: pep8
|
2012-03-05 22:28:24 +01:00 |
Peter Prettenhofer
|
24a1b3aa02
|
expose 'ls' loss function for classification
added new example (GB regularization)
fix: min_split -> min_samples_split in examples
|
2012-03-05 22:26:06 +01:00 |
Peter Prettenhofer
|
e79552d3a3
|
use mean_squared_error
|
2012-02-01 19:49:31 +01:00 |
Peter Prettenhofer
|
209d23de5e
|
Merge remote branch 'upstream/master' into gradient_boosting
Conflicts:
sklearn/ensemble/tests/test_forest.py
|
2012-01-31 21:12:49 +01:00 |
Andreas Mueller
|
77f3fecb21
|
COSMIT pep8
|
2012-01-28 14:52:10 +01:00 |
Peter Prettenhofer
|
8648cfefec
|
renamed estimators to estimators_
|
2012-01-24 22:59:47 +01:00 |
Peter Prettenhofer
|
ad288a34eb
|
changed ``n_iter`` to ``n_estimators`` and attribute ``trees`` to ``estimators``.
|
2012-01-24 09:45:12 +01:00 |
Peter Prettenhofer
|
7273da3c10
|
restored original version
|
2012-01-10 20:24:17 +01:00 |
Peter Prettenhofer
|
acefa3614c
|
restore original
|
2012-01-10 20:23:20 +01:00 |
Peter Prettenhofer
|
b10226ba4b
|
fix: undo compte_importances property merge in forest module and examples
|
2012-01-09 22:33:30 +01:00 |
Peter Prettenhofer
|
83bedfdfcf
|
merge with master finally resolved!
|
2012-01-06 21:38:10 +01:00 |
Peter Prettenhofer
|
4a70636701
|
Merge branch 'tree-feature-importance' into old-gradient-boosting
Conflicts:
sklearn/tree/_tree.c
sklearn/tree/tree.py
|
2012-01-06 20:02:15 +01:00 |
Peter Prettenhofer
|
c057dabed4
|
eliminate `compute_importances` fit parameter - make `feature_importances_` a property that will be computed on demand.
|
2012-01-06 18:00:33 +01:00 |
Gilles Louppe
|
ab5fea0013
|
DOC: Renamed example (+Parallel)
|
2011-12-30 16:11:20 +01:00 |
Gilles Louppe
|
e0c3eb3d05
|
DOC: Parallel computations in forest
|
2011-12-30 15:04:24 +01:00 |
Gilles Louppe
|
8d654ffbc3
|
TEST: Added tests of parallel computation
|
2011-12-30 14:19:12 +01:00 |
Olivier Grisel
|
1d1348eb21
|
Update random forest face example to use several cores
|
2011-12-30 10:00:39 +01:00 |
Gilles Louppe
|
48a63de706
|
FIX: Revert changes
|
2011-12-29 21:24:10 +01:00 |
Gilles Louppe
|
a5db7f1959
|
ENH: Simplified code
|
2011-12-29 21:19:32 +01:00 |
Gael varoquaux
|
97c2533e2c
|
Cosmit: example prettier without colorbar
I don't find that the colorbar is necessary for this example, and it's so
esthetic (in a disturbing way) that I'd like to keep the figure pretty.
|
2011-12-29 20:21:12 +01:00 |
Gilles Louppe
|
83f693f662
|
EXAMPLE: Fixed API changes
|
2011-12-27 17:54:25 +01:00 |
Gilles Louppe
|
ab23e22fd0
|
Merge remote-tracking branch 'upstream/master' into tree
Conflicts:
sklearn/ensemble/forest.py
sklearn/tree/tree.py
|
2011-12-27 17:51:07 +01:00 |
Gilles Louppe
|
122e8b4ba3
|
EXAMPLE: renamed Frankenstein, set cmap in matshow
|
2011-12-23 07:37:02 +01:00 |
Gilles Louppe
|
e78ae4ad0a
|
COSMIT: examples
|
2011-12-19 19:06:58 +01:00 |
Gilles Louppe
|
8636e32667
|
ENH: Use extra-trees instead of rf
|
2011-12-19 19:00:43 +01:00 |
Gilles Louppe
|
10a16a2add
|
EXAMPLES: Removed useless import
|
2011-12-19 18:57:15 +01:00 |
Gilles Louppe
|
270fc7f3cf
|
EXAMPLE: Moved to the Olivetti dataset
|
2011-12-19 18:13:45 +01:00 |
Gilles Louppe
|
63331849ea
|
DOC: Fixed links to modules in the example gallery
|
2011-12-19 16:07:01 +01:00 |
Gilles Louppe
|
e50c6003f7
|
EXAMPLE: Improved plot_forest_importances.py plot
|
2011-12-19 14:02:43 +01:00 |