10000 Add support for sparse input to the Bagging models · Issue #2399 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Add support for sparse input to the Bagging models #2399
Closed
@ogrisel

Description

@ogrisel

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

No one assigned

    Labels

    EnhancementModerateAnything that requires some knowledge of conventions and best practices

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0