scikit-learn/sklearn/neural_network
Guillaume Lemaitre 825388fa75
DOC use Python float instead of C double (#21489)
2021-10-28 16:12:14 +02:00
..
tests DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_multilayer_perceptron.py DOC use Python float instead of C double (#21489) 2021-10-28 16:12:14 +02:00
_rbm.py DOC Ensures that BernoulliRBM passes numpydoc validation (#20533) 2021-09-01 13:49:29 +02:00
_stochastic_optimizers.py FIX Fixes bug in mlp when loading a pickle and partial_fit (#19631) 2021-07-29 16:34:21 +02:00