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

[Feature Request]: Support for Scipy Sparse Matrices in XGBoost Classifier #28682

Open
muzakkirhussain011 opened this issue Mar 25, 2024 · 0 comments

Comments

@muzakkirhussain011
Copy link
Contributor

Description: The current implementation of the XGBoost classifier in the Ivy library does not appear to support Scipy sparse matrices. This feature would be beneficial for handling large, sparse datasets efficiently.

Suggested Implementation: I propose adding support for Scipy sparse matrix inputs to the XGBoost classifier within the Ivy library. This would involve ensuring compatibility with Scipy’s CSR or CSC matrix formats.

Benefits:

Enables the use of sparse data representations, reducing memory usage and potentially improving computational performance.

Aligns the Ivy library’s XGBoost classifier with other machine learning frameworks that already support sparse matrices.

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

No branches or pull requests

1 participant