
LightGBMを使っていると表題のエラー。
feature_name_属性がないと怒られる。
最新のmasterブランチにこの属性は含まれていないようで、nightlyビルドを使ってみたらエラーは出なくなった。
feature_name_attribute has been merged inmasterrecently and is not included in any official release yet. You can download nightly build or install from sources: https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html.
pip uninstall lightgbm
pip install lightgbm==3.0.0rc1参考


コメント