Open
Description
Scikit-learn test "test_warm_start_convergence_with_regularizer_decrement" shows insufficient accuracy of objective function in Elastic Net algorithm on some problems (for example, in case of nonzero inputArgument of optimization solver algorithm). Differences of objective function between oneDAL and Sklearn implementation is more than tolerance. It looks like additional convergence control is needed (like in Sklearn, dual_gap).
Activity