[scikit-learn] no positive predictions by neural_network.MLPClassifier
Thomas Evangelidis
tevang3 at gmail.com
Wed Dec 7 18:45:25 EST 2016
I tried the sklearn.neural_network.MLPClassifier with the default
parameters using the input data I quoted in my previous post about
Nu-Support Vector Classifier. The predictions are great but the problem is
that sometimes when I rerun the MLPClassifier it predicts no positive
observations (class 1). I have noticed that this can be controlled by the
random_state parameter, e.g. MLPClassifier(random_state=0) gives always no
positive predictions. My question is how can I chose the right random_state
value in a real blind test case?
thanks in advance
Thomas
--
======================================================================
Thomas Evangelidis
Research Specialist
CEITEC - Central European Institute of Technology
Masaryk University
Kamenice 5/A35/1S081,
62500 Brno, Czech Republic
email: tevang at pharm.uoa.gr
tevang3 at gmail.com
website: https://sites.google.com/site/thomasevangelidishomepage/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20161208/279a5aba/attachment.html>
More information about the scikit-learn
mailing list