This repository has been archived by the owner on May 21, 2022. It is now read-only.
API Updates
pre_hook
->setup!
iter_hook
->hook
post_hook
->cleanup!
make_learner
->strategy
- Add
Verbose
type. A LearningStrategy shouldn't print unless wrapped inVerbose
. - Make
learn!
work with any individual LearningStrategy - Replace offline
learn!
loop withOffline
iterator - Other internal renaming