scikit-learn/sklearn/ensemble
Gael Varoquaux 190abde442 Merge pull request #4881 from sonnyhu/weighted_least_squares
[MRG + 1] add sample_weight into LinearRegression
2015-08-30 16:35:00 +01:00
..
tests Merge pull request #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +01:00
__init__.py votingclassifier 2015-04-20 19:27:30 -04:00
_gradient_boosting.c FIX: add except* in Splitter.init definitions 2015-02-23 08:19:10 +01:00
_gradient_boosting.pyx ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +02:00
bagging.py test for accepted sparse matrices 2015-08-26 22:00:55 -04:00
base.py FIX Support for negative values of n_jobs 2015-01-21 12:58:31 +01:00
forest.py fixes bug in oob_score when X is sparse.csc matrix [refs #4744] 2015-07-17 14:46:14 +05:30
gradient_boosting.py Use expit function to compute the probability in ExponentialLoss class. 2015-06-08 13:03:52 -04:00
partial_dependence.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
setup.py added gbrt extension module (faster prediction methods) 2012-03-29 08:34:45 +02:00
voting_classifier.py FIX: ensure that get_params returns VotingClassifier own params 2015-07-23 08:34:26 +02:00
weight_boosting.py BUG Use epsilon threshold in `_samme_proba` and `_boost_real` 2015-07-12 13:34:40 -05:00