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
When given a sparse array (scipy.sparse.csr_matrix), LightGBM assigns value 0 to all features that are not present in the sparse array. Currently, Treelite converts non-present features into NaNs. We will need to add a flag to indicate that non-present features should be converted into zeros instead.
When given a sparse array (
scipy.sparse.csr_matrix
), LightGBM assigns value 0 to all features that are not present in the sparse array. Currently, Treelite converts non-present features into NaNs. We will need to add a flag to indicate that non-present features should be converted into zeros instead.Related: microsoft/LightGBM#4468 (comment)
The text was updated successfully, but these errors were encountered: