-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices
Description
Bagging models as implemented in #2375 currently only support dense array-like input. We need add support for CSR or CSC input.
Depending on whether sample-bagging (without weights) and / or feature-bagging are enabled and the kind of input data representation we get some copy of re-samples of the input data are likely to be required (by calling tocsr()
or tocsc()
).
Metadata
Metadata
Assignees
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices