Skip to content

transform method in MLPClassifier #8291

@mblondel

Description

@mblondel

MLPClassifier could have a transform method, which returns a n_samples x n_units, where n_units is the number of hidden units in the last layer (before the output layer). This would allow to re-use the features learned by the network in another estimator.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions