Python LightGBMでCannot use Dataset instance for prediction, please use raw data instead
LightGBMで2値分類の学習をさせていた際、表題のエラー。 import lightgbm as lgb lgb_train = lgb.Dataset(X_train, label=y_train) lgb_eval = lgb.Da...
Python
Deep Learning
Deep Learning
AtCoder
Python
Python
Deep Learning
Deep Learning
Deep Learning