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
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
What we need:
fit()
to take sparse tibbles as data Allow sparse tibbles infit()
andfit_xy()
#1165fit()
to take {Matrix} sparse matrix as data letfit_xy()
take dgCMatrix input #1121predict()
to take sparse tibbles as data Make sure sparse matrices can be used withpredict()
#1167predict()
to take {Matrix} sparse matrix as data Make sure sparse matrices can be used withpredict()
#1167xgboost::xgb.DMatrix()
andxgb_train()
(only special case engine that allows sparse data)fit()
Make sure all sparse data errors look nice #1174I think we could use a
option()
of some kind to unit test that the data passed is passed around in a way that keeps the sparsity.Adding all of this will give us
The text was updated successfully, but these errors were encountered: