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 has been archived by the owner on Apr 8, 2024. It is now read-only.
Lightgbm_python and treelite_python both consume inference data.
That data could be either csv or libsvm, but because we're using numpy in treelite_python, it doesn't support libsvm.
To avoid writing the same data loading code twice, we want to implement a common class for handling that through either numpy or libsvm or lightgbm itself.
The text was updated successfully, but these errors were encountered:
Lightgbm_python and treelite_python both consume inference data.
That data could be either csv or libsvm, but because we're using numpy in treelite_python, it doesn't support libsvm.
To avoid writing the same data loading code twice, we want to implement a common class for handling that through either numpy or libsvm or lightgbm itself.
The text was updated successfully, but these errors were encountered: