xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

returned support for sparse matrixes (which was depricated)

Open iamrinni opened this issue 4 years ago • 2 comments

In current version support of sparse matrixes was unexpectedly depricated and data conversion was switched to DMatrix function only, which returns this message if we try to add sparse matrix as input data:

[https://github.com/aksnzhy/xlearn/blob/499a1836532e6efd9643bd1d17d76f5d874f8903/python-package/xlearn/data.py#L42]

As previous interface included support and conversion of sparse matrixes, it would be a good point to keep it working. Also it might be that DMatrix function itself could be performed to be able to solve this issue.

iamrinni avatar Nov 25 '19 13:11 iamrinni

@aksnzhy @etveritas hi! any updates with it?

iamrinni avatar Dec 09 '19 09:12 iamrinni

@aksnzhy @etveritas Any updates on this?

orenov avatar May 28 '20 20:05 orenov