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
TLDR: I'm not going to develop a full-blown JavaCC grammar/parser for dealing with complex feature names, because the LightGBM team is about to change this part of LightGBM model files in a major way.
But feel free to "pressurize" the LightGBM team to work on microsoft/LightGBM#960 by upvoting it.
@vruusmann this is understandable. I would add the information to the error message in line 460 though - asking to drop the "]" from names. It might save a lot of time for some people.
The code doesn't differentiate between syntax "]" and name "]" and throws:
presumably in the second iteration of the
while
loop.The text was updated successfully, but these errors were encountered: