You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using sparse matrices (for 1-hot encoded categorical vars) can have the benefit of lower RAM usage and faster training, especially for larger datasets. For example for xgboost:
train size 100K:
time (sec): sparse: 17.3, dense: 18.3
Should be possible with the Eigen sparse matrix class + R Matrix package and possible RcppModules to return pointer to C++ model object.
The text was updated successfully, but these errors were encountered: