scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
2 Users
0 Comments
7 Highlights
0 Notes
Tags
Top Highlights
When random subsets of the dataset are drawn as random subsets of the features, then the method is known as Random Subspaces
If samples are drawn with replacement, then the method is known as Bagging [2]
If float, then draw max_samples * X.shape[0] samples.
If float, then draw max(1, int(max_features * n_features_in_)) features.
Whether to use out-of-bag samples to estimate the generalization error. Only available if bootstrap=True.
X{array-like, sparse matrix} of shape (n_samples, n_featur
base_estimator='deprecated'
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.