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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This would require a way to convert a IDataView with a single vector column with N slots to a IDataView with N columns. csr_matrix is loaded as a IDataView with a single vector column with slots, while predictor model requires separate columns. For now for simplicity we can assume that number of slots is same as needed number of columns and in the correct order