scikit-learn/sklearn/neural_network/tests
Vincent Pham ab1c4d46cc [MRG+1] Catch cases for different class size in MLPClassifier with warm start (#7976) (#8035)
* added test that fails

* generate standard value error for different class size

* moved num_classes one class down

* fixed over-indented lines

* standard error occurs a layer up.

* created a different label comparison for warm_start

* spaces around multiplication sign.

* reworded error and added another edge case.

* fixed pep8 violation

* make test shorter

* updated ignore warning
2016-12-29 02:01:12 +01:00
..
__init__.py MAINT: re-organize setup.py & make sure all tests are discoverable by nose 2016-05-13 06:57:09 -07:00
test_mlp.py [MRG+1] Catch cases for different class size in MLPClassifier with warm start (#7976) (#8035) 2016-12-29 02:01:12 +01:00
test_rbm.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
test_stochastic_optimizers.py Finish up mlp_refactoring and squash previous commits 2015-10-23 12:08:11 -04:00