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
LGBM 4.0.0 was released 3 days ago and they added an underscore to many things. Ex: FEATURE_IMPORTANCE_TYPE_MAPPER becomes _FEATURE_IMPORTANCE_TYPE_MAPPER. See microsoft/LightGBM#5654
I think this means that onnxmltools needs to update LightGbm.py: _LIB, FEATURE_IMPORTANCE_TYPE_MAPPER, _safe_call, ....
The text was updated successfully, but these errors were encountered:
LGBM 4.0.0 was released 3 days ago and they added an underscore to many things. Ex:
FEATURE_IMPORTANCE_TYPE_MAPPER
becomes_FEATURE_IMPORTANCE_TYPE_MAPPER
. See microsoft/LightGBM#5654I think this means that onnxmltools needs to update LightGbm.py:
_LIB, FEATURE_IMPORTANCE_TYPE_MAPPER, _safe_call,
....The text was updated successfully, but these errors were encountered: