oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Lasso Instability Fix

Open owerbat opened this issue 5 years ago • 1 comments

A couple of new functions for writing stable algorithms have been added:

  • daal::parallel_deterministic_reduce - tbb::parallel_deterministic_reduce wrapper
  • daal::parallel_deterministic_sum - special case when result of reduce is an array

New functionality has been used for stabilizing of Lasso algorithm

owerbat avatar Mar 03 '20 15:03 owerbat

make test

owerbat avatar Mar 03 '20 16:03 owerbat