oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Insufficient accuracy of objective function in Elastic Net on some cases

Open agorshk opened this issue 4 years ago • 0 comments

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).

warm_start

agorshk avatar Mar 31 '20 12:03 agorshk