You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.