[MRG+1] Reenable MKL for python 3.5 in Travis#6661
[MRG+1] Reenable MKL for python 3.5 in Travis#6661TomDLT merged 2 commits intoscikit-learn:masterfrom
Conversation
|
LGTM, thanks @lesteve ! |
|
@duchesnay do you have an opinion on the eps trick introduced by @lesteve to stabilize the PLS test to work with MKL? |
|
Just some additional background: the iterative procedure in |
|
Anyone else, maybe @amueller @rvraghav93 @TomDLT or @arthurmensch? |
|
I can reproduce on the bug on: The fix works correctly and seems reasonable. |
|
Looks fine, maybe add a comment line so that we keep track of bug fixes in this module ? |
|
LGTM too :) |
63ae9f8 to
bc5b670
Compare
Added a comment to explain the trick. Anything more needed? |
|
Thanks @lesteve ! |
* Enable MKL again * Fix sklearn.cross_decomposition.test_pls.test_scale_and_stability
* Enable MKL again * Fix sklearn.cross_decomposition.test_pls.test_scale_and_stability
Trying to fix #6279.