Validation dataset in retrain_from_log() #727
-
Hi, I'm trying to retrain a model with LightGBM. Earlier, I trained my model for a period of time and would like the algorithm to pick up where it stopped.
The code works well when I'm using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
X_val
andY_val
are not valid inretrain_from_log
. Please try removing them.