Replies: 1 comment
-
Hey there. I'm not sure this fully answers your question, but under the hood |
Beta Was this translation helpful? Give feedback.
0 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.
-
The use of the
delay
argument within theprogressive_val_score
function is very useful, however, what if I need to do any additional processing, storing multiple metrics, or returning the model itself (or is themodel
updating in-place when it is passed)? Is there a way to implementdelay
directly in the normal loop withpredict_one
/learn_one
?Beta Was this translation helpful? Give feedback.
All reactions