scikit-learn/sklearn/neural_network
Guillaume Lemaitre 73732e5a0b
TST Add sample order invariance to estimator_checks (#18570)
2020-10-08 15:02:09 +02:00
..
tests ENH Uses _validate_data in other methods in the neural_network module (#18514) 2020-10-07 11:35:47 +02:00
__init__.py MAINT Deprecate any import that is not from sklearn.neural_net… (#14939) 2019-09-10 20:57:36 +02:00
_base.py PERF Get rid of intermediate array in binary_log_loss (#17932) 2020-07-15 16:52:40 -04:00
_multilayer_perceptron.py ENH Uses _validate_data in other methods in the neural_network module (#18514) 2020-10-07 11:35:47 +02:00
_rbm.py TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
_stochastic_optimizers.py DOC Documentation Improvement in _stochastic_optimizers.py (#16166) 2020-01-21 17:56:22 +01:00