upura / python-kaggle-start-book

『PythonではじめるKaggleスタートブック』のサンプルコード・脚注・正誤表

Home Page:https://www.kspub.co.jp/book/detail/5190067.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightGBMの「warnings.warn('Using categorical_feature in Dataset.')」について

upura opened this issue · comments

LightGBMの「warnings.warn('Using categorical_feature in Dataset.')」について、質問を頂きました。こちらは想定通りの挙動で、学習時にカテゴリ変数が設定されているとユーザに伝えています。
ref: microsoft/LightGBM#2695