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
I find that there is a comment in DMatrix: 'Input data must be numpy.ndarray or pandas.DataFrame'. Does it mean that I have to provide all the data to the model, even with 99% of 0? Does xLearn support some sparse format of data, such as csr_matrix() or csc_matrix()?
The text was updated successfully, but these errors were encountered:
I find that there is a comment in DMatrix: 'Input data must be numpy.ndarray or pandas.DataFrame'. Does it mean that I have to provide all the data to the model, even with 99% of 0? Does xLearn support some sparse format of data, such as csr_matrix() or csc_matrix()?
The text was updated successfully, but these errors were encountered: