Sept. 26, 2019
11:30 a.m.
Branch: refs/heads/master Home: https://github.com/scikit-learn/scikit-learn Commit: d92f12a137827b0e6357a133db3de6a3c3f34bf7 https://github.com/scikit-learn/scikit-learn/commit/d92f12a137827b0e6357a133... Author: Alexandre Gramfort <alexandre.gramfort@m4x.org> Date: 2019-09-26 (Thu, 26 Sep 2019) Changed paths: M doc/whats_new/v0.22.rst M sklearn/linear_model/coordinate_descent.py M sklearn/linear_model/tests/test_coordinate_descent.py Log Message: ----------- FIX: dtype check in MultiTaskLassoCV and MultiTaskLassoCV (#15086) * FIX: dtype check in MultiTaskLassoCV and MultiTaskLassoCV * fix pr number * address comments from @rth