XGBoost - Data too large #15520
Unanswered
hasithjp
asked this question in
Technical Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Due to a technical limitation of the Java API of XGBoost, only data structures that fit into a 32-bit Java array (float[]) can be passed from H2O to the C++ XGBoost backend. We are working on an improved API that allows passing multiple arrays to handle arbitrarily large datasets. In the meantime, please fall back to H2O GBM for big datasets, or use the XGBoost algorithm through its original interfaces.
JIRA Issue Migration Info
Jira Issue: TN-11
Assignee: Arno Candel
Reporter: Arno Candel
State: Open
Beta Was this translation helpful? Give feedback.
All reactions