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.
When header=False, the value in label_column should always be an int, not a str (ex: name:Label). This will cause lightgbm train to fail with an exception Could not find label column X in data file.
Instead, we could catch these kind of invalid parameter and provide clarity on the exception in the python preceeding the lightgbm train call.
The text was updated successfully, but these errors were encountered:
When header=False, the value in label_column should always be an int, not a str (ex:
name:Label
). This will cause lightgbm train to fail with an exceptionCould not find label column X in data file
.Instead, we could catch these kind of invalid parameter and provide clarity on the exception in the python preceeding the lightgbm train call.
The text was updated successfully, but these errors were encountered: