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
I am using boost_tree with lightgbm as the engine. But I get an error when I try to stack lightgm with other models e.g catboost or xgboost.
here is the error message Attempting to use a Booster which no longer exists. This can happen if you have called Booster$finalize() or if this Booster was saved with saveRDS()
Does anyone has a solution to this?
The text was updated successfully, but these errors were encountered:
I am using
boost_tree
with lightgbm as the engine. But I get an error when I try to stack lightgm with other models e.g catboost or xgboost.here is the error message
Attempting to use a Booster which no longer exists. This can happen if you have called Booster$finalize() or if this Booster was saved with saveRDS()
Does anyone has a solution to this?
The text was updated successfully, but these errors were encountered: