Validation dataset in retrain_from_log() #727
Unanswered
harshvardhaniimi
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
retrain_from_logallows that, provided I have the log files saved which I do. However, I'm having trouble using the validation dataset withX_val. I get the following error.The code works well when I'm using
automl.fit(); this error only occurs inautoml.retrain_from_log(). Any help? AreX_valandY_valnot valid parameters inretrain_fromlog()but only infit()?Beta Was this translation helpful? Give feedback.
All reactions