John Benediktsson
|
711fb9606f
|
DOC: fix 'Controls' typo in sklearn.ensemble.forest.
|
2012-10-23 11:58:44 -07:00 |
Andreas Mueller
|
676b97fad6
|
FIX rebase mishap
|
2012-10-23 14:13:08 +02:00 |
Jacques Kvam
|
29540793c4
|
fix GradientBoostingClassifier by passing verbose as a keyword argument
|
2012-10-23 14:13:08 +02:00 |
Jacques Kvam
|
513d2d91c1
|
remove '\r' and format numbers to be fixed width, 7 digits of precision
|
2012-10-23 14:13:08 +02:00 |
Jacques Kvam
|
5dfcff0549
|
Changed verbose to int, added a low verbose option to just print '.'.
|
2012-10-23 14:13:08 +02:00 |
Jacques Kvam
|
67890e4047
|
add verbose output for gradient boosting algorithms
|
2012-10-23 14:13:08 +02:00 |
Peter Prettenhofer
|
b321d4c893
|
added Emanuele to authors
|
2012-10-18 09:40:39 +02:00 |
Peter Prettenhofer
|
ff3097f236
|
cosmit
|
2012-10-18 09:30:18 +02:00 |
Peter Prettenhofer
|
bfbcc787b9
|
docstrings for init and loss_
|
2012-10-18 09:06:56 +02:00 |
Peter Prettenhofer
|
6ac7fbfc97
|
Merge branch 'master' into pr/975
Conflicts:
sklearn/ensemble/gradient_boosting.py
|
2012-10-18 08:53:24 +02: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 |
Peter Prettenhofer
|
a8a04c6e73
|
remove CV class legacy
|
2012-09-04 07:56:53 +02:00 |
Peter Prettenhofer
|
edee5cacc9
|
rm CV class legacy
|
2012-09-04 07:56:53 +02:00 |
Peter Prettenhofer
|
2c97793d32
|
rm CV class tests
|
2012-09-04 07:56:53 +02:00 |
Peter Prettenhofer
|
e6f0b1d664
|
remove *CV classes - only pick decision_function and staged predict refactoring
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
970326fe12
|
wip: fixing some set attr errors but still buggy if params not lists
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
e93a6a509f
|
wip: aggregate fold via groupby
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
d7fc786273
|
GradientBoosting classes with built in cross-validation; implemented via Decorator pattern
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
554799fcc5
|
ENH: use gini for feature importance
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
425d1f9a2e
|
refactored prediction and decision_function (rm duplicate code)
|
2012-09-04 07:56:52 +02:00 |
Peter Prettenhofer
|
bd4292a50c
|
work on BaseGradientBoostingCV
|
2012-09-04 07:56:52 +02: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 |
Gael Varoquaux
|
a12bd7bc7c
|
ENH: understandable error message for X sparse
|
2012-08-10 11:23:00 +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 |
Andreas Mueller
|
408d3ef86d
|
COSMIT, removed scikits.learn things, removed orphan file.
|
2012-07-23 22:50:12 +01:00 |
emanuele
|
8db20651be
|
FIX: added logsumexp and nan_to_num to avoid underflows and NaNs
|
2012-07-23 17:19:20 +02:00 |
Peter Prettenhofer
|
ea8c899dc7
|
forest uses DOUBLE for y
|
2012-07-21 16:13:31 +02:00 |
Peter Prettenhofer
|
2cce14c6ef
|
cosmit: better docstrings
|
2012-07-21 16:01:17 +02:00 |
Gilles Louppe
|
c6aa56846b
|
TEST: disable test_feature_importances for now
|
2012-07-18 11:43:08 +02:00 |
Gilles Louppe
|
2562842067
|
FIX: test_feature_importances?
|
2012-07-17 17:58:48 +02:00 |
Gilles Louppe
|
734cf7daa0
|
FIX: test_feature_importances
|
2012-07-17 16:29:29 +02:00 |
Gilles Louppe
|
463ea619c7
|
Turn off warnings
|
2012-07-17 15:37:13 +02:00 |
Gilles Louppe
|
30157315cc
|
PEP8
|
2012-07-16 16:25:22 +02:00 |
Gilles Louppe
|
2eb9e2fdad
|
FIX: gradient boosting (2)
|
2012-07-16 15:59:10 +02:00 |
Gilles Louppe
|
2fe48dc0fd
|
Tree refactoring (19)
|
2012-07-16 13:47:20 +02:00 |
Gilles Louppe
|
1f282c6186
|
FIX: gradient boosting (1)
|
2012-07-16 13:07:18 +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
|
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
|
549c0d0c8e
|
more tests
|
2012-07-05 22:07:49 +02:00 |
Peter Prettenhofer
|
545f324a2d
|
y must be one dimensional
|
2012-07-05 22:07:22 +02:00 |
Peter Prettenhofer
|
4689d69761
|
added test case for symbol labels
|
2012-07-05 21:37:20 +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
|
41cd38f8bc
|
ENH: Patch GradientBoosting (2)
|
2012-07-02 11:37:28 +02:00 |
Gilles Louppe
|
5ee718c308
|
ENH: Patch GradientBoosting
|
2012-07-02 11:31:09 +02:00 |