The right thing to do would probably be to write a scikit-learn-contrib
package for them and see if they gather traction. If they perform well on
eg kaggle competitions, we know that we need them in :).
Cheers,
Gaƫl
On Fri, Jul 21, 2017 at 07:09:03PM -0400, Sebastian Raschka wrote:
> Maybe becau
Is it possible to show additional information such as current value of the
loss function etc in MLPClassifier. Apparently verbose=TRue does not make
any difference.
Thanks
--
Renato
___
scikit-learn mailing list
scikit-learn@python.org
https://mail.pyt
The difference is the functional form versus the context manager. you can't
add extra parameters to the function, only to the context manager.
On 27 Jul 2017 12:56 am, "Andreas Mueller" wrote:
> Hm, it would be nice to do this in a way that relies less on pytest, but I
> guess that would be tric