muffnn icon indicating copy to clipboard operation
muffnn copied to clipboard

add decision_function to MLPClassifier

Open mheilman opened this issue 7 years ago • 0 comments

It'd be nice to have a decision_function in the MLP classifier that returns logits like sklearn's LogisticRegression, etc. This might lead to better performance if the MLPClassifier is used in stacking.

mheilman avatar Nov 29 '17 17:11 mheilman