Commit Graph

14 Commits

Author SHA1 Message Date
Thomas J. Fan 1fc86b6aac
MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
genvalen 642127806a
DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Christian Lorentzen b9d6db81ec
[MRG] ENH Consistent loss name for squared error (#19310) 2021-03-19 15:21:34 +01:00
Alex Henrie ccadf08a9c
PERF Get rid of intermediate array in binary_log_loss (#17932) 2020-07-15 16:52:40 -04:00
Alex Henrie c9c1a81942
PERF Don't return anything from neural net activation functions (#17633) 2020-06-21 11:45:19 +10:00
Alex Henrie e11dd51a32
PERF Use np.maximum instead of np.clip in relu function (#17609) 2020-06-17 08:46:07 +10:00
Thomas J Fan d7c375869a [MRG] BUG Clips log_loss calculation in neural_network (#16117) 2020-01-15 19:38:44 +01:00
Roman Yurchak 836a8124a5 MNT Use scipy.special.xlogy to avoid indefinite limit in 0 for x*log(y) (#12915) 2019-01-03 23:05:57 +08:00
Naoya Kanai bd0fc236e0 [MRG+1] MAINT drop SciPy < 0.13 (#8854)
Remove sklearn.utils.fixes functions that are not needed for scipy >= 0.13 and keep deprecated wrappers in other modules.
2017-06-02 23:36:33 +02:00
Olivier Grisel 6a2b4f7e7b [MRG] identity activation function for MLPs (#7267)
* ENH identity activation function for MLPs

* ENH code simplication in mlp
2016-08-30 13:29:39 +02:00
Nelson Liu d2aaf0f4bb doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
seales 0485ada58b General spelling fixes 2015-12-16 09:46:42 -08:00
Glenn Qian 917bacb66e Finish up mlp_refactoring and squash previous commits 2015-10-23 12:08:11 -04:00