muffnn
muffnn copied to clipboard
add decision_function to MLPClassifier
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.