Raghav R V
cd2ee7e454
MAINT docstring --> comments to prevent nose from using doc in verbose mode
2015-03-21 11:16:49 +05:30
Laurent Direr
4113dfe12d
Added a parameter check on n_estimators in BaseEnsemble to raise error if it is not strictly positive.
2014-07-18 19:26:33 +02:00
Joel Nothman
dbc26ce996
COSMIT remove unused imports and variables
2014-02-03 19:43:56 +11:00
Gilles Louppe
1a887dda68
COSMIT: Various PEP8
2014-01-16 14:34:10 +01:00
Gilles Louppe
cebb7daee8
TST: test_base in sklearn.ensemble
2013-09-11 13:51:12 +02:00
Gilles Louppe
74d395215b
ENH bagging meta-estimator
2013-09-11 13:51:09 +02:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Alexandre Gramfort
ad8e4912cb
TST: use assert_true instead of assert + remove some relative imports
2012-02-11 15:43:03 +01:00
Gilles Louppe
ae564d7c8f
DOC: Added missing BSD3 licenses
2011-12-30 20:39:18 +01:00
Gilles Louppe
96b4a1263b
TEST: Improved coverage of the ensemble package to 100%
2011-12-30 15:09:39 +01:00
Alexandre Gramfort
3b17eafff2
STY: pep8 + pyflakes
...
Conflicts:
sklearn/ensemble/base.py
2011-11-23 21:28:01 -05:00
Gilles Louppe
f6d7344279
ENH: Address @agramfort comments
2011-11-23 09:38:27 +01:00
Gilles Louppe
306985a0a5
ENH: Simplified RandomForest and ExtraTrees API
2011-11-21 15:16:38 +01:00
Gilles Louppe
5bf4b8cefe
TEST: Added tests of BaseEnsemble
2011-11-16 19:35:57 +01:00