You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to document the deselection and the failure:
> assert_allclose(lr_32.coef_, lr_64.coef_.astype(np.float32), rtol=rtol)
E AssertionError:
E Not equal to tolerance rtol=1e-06, atol=0
E
E Mismatch: 100%
E Max absolute difference: 0.00011081
E Max relative difference: 0.00011659
E x: array([[0.950293, 0.723663]], dtype=float32)
E y: array([[0.950404, 0.723695]], dtype=float32)
The text was updated successfully, but these errors were encountered:
With #84 daal4py is used to compute logistic loss and its gradient with solver='newton-cg'. This causes
to fail, so it is currently being deselected, see deselected_tests.yaml#L31.
This issue is to document the deselection and the failure:
The text was updated successfully, but these errors were encountered: