John Benediktsson
|
711fb9606f
|
DOC: fix 'Controls' typo in sklearn.ensemble.forest.
|
2012-10-23 11:58:44 -07:00 |
Olivier Grisel
|
39a7b2665a
|
ENH: pass verbose consistently in forest module
|
2012-09-12 17:52:45 +02:00 |
Gilles Louppe
|
4f465452ba
|
FIX: bug in multi-output forest.predict_proba
Just found that bug. Too bad I didn't find it one day earlier :/
|
2012-09-05 10:29:19 +03:00 |
Andreas Mueller
|
713ba6006e
|
COSMIT pep8
|
2012-09-04 17:24:01 +01:00 |
Gilles Louppe
|
1fb13d4fe5
|
FIX: forest / check_random_state in fit
|
2012-08-27 16:38:56 +03:00 |
Andreas Mueller
|
45b88b72bd
|
ENH just a little more input validation testing
|
2012-08-10 12:42:08 +01:00 |
Andreas Mueller
|
cc834d8105
|
ENH add verbose warning about too little trees for oob. Should we catch the divison by zero warning for classification?
|
2012-07-25 22:53:06 +01:00 |
Peter Prettenhofer
|
ea8c899dc7
|
forest uses DOUBLE for y
|
2012-07-21 16:13:31 +02:00 |
Gilles Louppe
|
30157315cc
|
PEP8
|
2012-07-16 16:25:22 +02:00 |
Gilles Louppe
|
2b72a1ab04
|
FIX: @mrjbq7 comments
|
2012-07-13 09:03:52 +02:00 |
Gilles Louppe
|
f1410e5532
|
FIX: avoid useless data conversion
|
2012-07-12 15:03:13 +02:00 |
Gilles Louppe
|
f178fe6a7f
|
FIX: use and modify own y
|
2012-07-03 09:26:22 +02:00 |
Gilles Louppe
|
9f7a0dd2f6
|
PEP8
|
2012-07-02 12:11:27 +02:00 |
Gilles Louppe
|
b4131f9ed1
|
FIX: log_proba + DOC
|
2012-07-02 11:51:50 +02:00 |
Gilles Louppe
|
b22b1f6908
|
ENH: make forests support multi-output
|
2012-07-02 11:05:09 +02:00 |
Andreas Mueller
|
26c31bf810
|
ENH make base classes abstract meta classes
|
2012-06-26 14:16:03 +02:00 |
Olivier Grisel
|
420144aac2
|
add missing attribute estimators_ to the docstring of forest models
|
2012-06-08 20:02:42 +02:00 |
Subhodeep Moitra
|
9fea659725
|
P3K : Typecasted float to int
|
2012-05-11 11:21:01 +02:00 |
Andreas Mueller
|
9f3369bd69
|
Revert "Merge pull request #773 from amueller/forest_pre_dispatch"
This reverts commit 6f1c384d2d, reversing
changes made to a5a02d4aa0.
Made no sense...
|
2012-04-17 20:48:10 +02:00 |
Andy
|
a6f0e2a190
|
FIX redundant code is redundant
|
2012-04-13 19:15:59 +02:00 |
Andy
|
a633b28e2b
|
ENH pre_dispatch for foresters
|
2012-04-13 19:13:41 +02:00 |
Gilles Louppe
|
7806bb0e0c
|
ENH: cosmit and doc
|
2012-04-12 11:05:49 +02:00 |
Gilles Louppe
|
7f7113e7ae
|
ENH: better argsort
|
2012-04-12 10:57:47 +02:00 |
Gilles Louppe
|
7804a832cf
|
ENH: parallel computation of X_argsort
|
2012-04-12 10:57:29 +02:00 |
Andreas Mueller
|
667ef37714
|
DOC move references from Notes to References section in docstrings
|
2012-03-04 15:16:51 +01:00 |
Andreas Mueller
|
a0ce56e0e1
|
MISC @ogrisels comment about human-parsable counting
|
2012-02-21 09:40:00 +01:00 |
Andreas Mueller
|
b5a1de78d9
|
MISC verbosity parameter for forests: better control over tree building.
|
2012-02-21 00:44:38 +01:00 |
Andreas Mueller
|
00831544b7
|
COSMIT pep8 + "leafs" typo.
|
2012-02-16 11:29:52 +01:00 |
Andreas Mueller
|
49462943cb
|
MISC renamed min_split and min_leaf to min_samples_split, min_samples_leaf, added them to the ensemble classifiers and documented them....
|
2012-02-15 23:38:11 +01:00 |
Andreas Mueller
|
cb00e97dc2
|
COSMIT pep8
|
2012-01-23 10:02:01 +01:00 |
Andreas Mueller
|
cc567ee3c8
|
DOC what's new, minor doc improvements
|
2012-01-20 19:39:35 +01:00 |
Andreas Mueller
|
015da641ed
|
ENH made oob_score an ``__init__`` param as suggested by @agramfort
|
2012-01-20 15:03:57 +01:00 |
Andreas Mueller
|
fecea5f14c
|
FIX copy/paste error. guess it was to late
|
2012-01-19 11:03:56 +01:00 |
Andreas Mueller
|
7e33fff113
|
ENH: added oob_score_ and oob_prediction_ to regression ensembles
|
2012-01-18 23:40:39 +01:00 |
Andreas Mueller
|
cb0a9d71f5
|
ENH oob score as attribute, not separate function.
|
2012-01-18 20:40:23 +01:00 |
Andreas Mueller
|
eac110f970
|
COSMIT in doc: @ogrisel's remarks
|
2012-01-18 20:20:53 +01:00 |
Andreas Mueller
|
ba39918ab9
|
COSMIT @glouppe says this is more pythonic :)
|
2012-01-18 19:44:15 +01:00 |
Andreas Mueller
|
a83bc7ea1a
|
ENH use self.classes_, check input on predict_oob, add test
|
2012-01-18 19:20:19 +01:00 |
Andreas Mueller
|
0973860081
|
ENH Add function to predict on left part of training set
|
2012-01-18 19:09:28 +01:00 |
Andreas Mueller
|
eb55ec7962
|
ENH trees in random forests save the indices of the training data used in bootstrap sample
|
2012-01-18 15:58:52 +01:00 |
Andreas Mueller
|
7ba791d168
|
DOC Trying to enhance the tree/forest docs. Headlines in tree, added reference, hopefully better description of 'min_density'.
|
2012-01-14 12:32:12 +01:00 |
Gilles Louppe
|
2da64648b9
|
DOC: Fixed 'See also' in tree/forest
|
2012-01-09 09:12:13 +01:00 |
Andreas Mueller
|
d1c8a39cba
|
COSMIT Minor beautifications and RST error fixes
|
2012-01-04 14:42:24 +01:00 |
Andreas Mueller
|
c4b49bbf27
|
COSMIT docs underscore fixes (again)
|
2012-01-04 10:32:32 +01:00 |
Olivier Grisel
|
6b05ec8ac3
|
pep8 in forest.py
|
2012-01-04 00:28:15 +01:00 |
Gilles Louppe
|
b92ad6265d
|
DOC: Review of the narrative doc wrt max_features
|
2012-01-03 10:28:09 +01:00 |
Gilles Louppe
|
124594da8e
|
ENH: Better default values to trees and forests
|
2012-01-03 10:11:52 +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 |
Gilles Louppe
|
3a5476f5f7
|
FIX: Address @ogrisel comments (1)
|
2011-12-30 11:48:07 +01:00 |