Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Minimize validation of X in ensembles with a base estimator #7768

Closed
@jnothman

Description

@jnothman

Currently AdaBoost* requires X to be an array or sparse matrix of numerics. However, since the data is not processed directly by AdaBoost* but by its base estimator (on which fit, predict_proba and predict may be called), we should not need to constrain the data that much, allowing for X to be a list of text blobs or similar.

Similar may apply to other ensemble methods.

Derived from #7767.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementModerateAnything that requires some knowledge of conventions and best practiceshelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions