[MRG+1] MNT Use std math lib log1p instead of np.log1p in cython inner loops#11848
[MRG+1] MNT Use std math lib log1p instead of np.log1p in cython inner loops#11848qinhanmin2014 merged 1 commit intoscikit-learn:masterfrom
Conversation
|
FYI this |
qinhanmin2014
left a comment
There was a problem hiding this comment.
LGTM, I can reproduce the regression. Sorry for the regression.
|
This failed in Appeveyor 32 bit on master, with, |
This is a rare accident. An error occurred in the PR (other jobs passed) so the failure is not detected. Possible solution might be simply revert the cython part of #11428 |
|
FYI I use |
Reference Issues/PRs
Fixes performance regressions introduced in #11428 as discussed in #11476 (comment)
We should be using low level C functions in inner loops, not numpy functions.