Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returned support for sparse matrixes (which was depricated) #310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamrinni
Copy link

@iamrinni iamrinni commented Nov 25, 2019

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:

[

raise ValueError('Input data must be numpy.ndarray or pandas.DataFrame')
]

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.

fixed previous sparse matrix processing addings

remove temp files for training
@iamrinni
Copy link
Author

iamrinni commented Dec 9, 2019

@aksnzhy @etveritas hi! any updates with it?

@orenov
Copy link

orenov commented May 28, 2020

@aksnzhy @etveritas Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants