Closed mjg4243 closed 6 years ago
Thanks for bringing this issue up! You can plot the history this way:
out <- kms(some_outcome ~ ., some_data)
plot(out$history)
One thing that keras
does that's very nice for bigger models is plot by epoch-by-epoch as the model fits, which is perhaps what you are referring to. I plan to add that in.
Thanks for responding so promptly. I hadn't noticed the history file in the output -- And the graph is what I was thinking of. Best regards Mike Gallagher
Great!
Would be handy for me, at least. I did check the contents of the kms function and there is a lot of good stuff -- but nothing of the history I can see. Thanks for giving this a look