pegasos icon indicating copy to clipboard operation
pegasos copied to clipboard

Using `check_array` to be compatible with sklearn 0.16.1+

Open lkugler opened this issue 5 years ago • 0 comments

Due to the absence of atleast2d_or_csr in newer scikit-learn versions, I added check_array. Compatibility to older versions through try-except fallback to the old name with user warning.

Pegasos Issue Sklearn Issue

lkugler avatar Mar 20 '19 19:03 lkugler