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 encountered an issue while attempting to train a model using a PyArrow table. The process fails with an unexpected results : TypeError: Cannot initialize Dataset from Table
I have a polar data frame with 53M rows and I converted it to pyarrow table.Below are the details of the error and steps to reproduce it.
Description
I encountered an issue while attempting to train a model using a PyArrow table. The process fails with an unexpected results : TypeError: Cannot initialize Dataset from Table
I have a polar data frame with 53M rows and I converted it to pyarrow table.Below are the details of the error and steps to reproduce it.
Reproducible example
Error
Environment info
LightGBM version : 4.5.0
Python Version: 3.10
Command used to install LightGBM:
The text was updated successfully, but these errors were encountered: