We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to load larger than memory data which exceeds the cluster's entire memory summation.
To be specific, I want to take advantage of the feature Using XGBoost External Memory Version — xgboost 2.1.0-dev documentation and Experimental support for external memory — xgboost 2.1.0-dev documentation.
I found RayDataIter but seems it is only been used when it founds it is using legacy XGBoost (< 1.5.0 I think, without DataIter).
xgboost_ray/xgboost_ray/matrix.py
Lines 43 to 49 in 9081780
xgboost_ray/xgboost_ray/main.py
Lines 365 to 431 in 9081780
Maybe it is better that we can construct XGBoost DMatrix with customized DataIter instead of concatenating all the data at once.
Line 423 in 9081780
Lines 351 to 362 in 9081780
Get Started with XGBoost and LightGBM — Ray 2.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to load larger than memory data which exceeds the cluster's entire memory summation.
To be specific, I want to take advantage of the feature Using XGBoost External Memory Version — xgboost 2.1.0-dev documentation and Experimental support for external memory — xgboost 2.1.0-dev documentation.
I found RayDataIter but seems it is only been used when it founds it is using legacy XGBoost (< 1.5.0 I think, without DataIter).
xgboost_ray/xgboost_ray/matrix.py
Lines 43 to 49 in 9081780
xgboost_ray/xgboost_ray/main.py
Lines 365 to 431 in 9081780
Maybe it is better that we can construct XGBoost DMatrix with customized DataIter instead of concatenating all the data at once.
xgboost_ray/xgboost_ray/main.py
Line 423 in 9081780
xgboost_ray/xgboost_ray/main.py
Lines 351 to 362 in 9081780
The text was updated successfully, but these errors were encountered: