Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

API Updates

Compare
Choose a tag to compare
@joshday joshday released this 18 Oct 23:21
· 24 commits to master since this release
  • pre_hook -> setup!
  • iter_hook -> hook
  • post_hook -> cleanup!
  • make_learner -> strategy
  • Add Verbose type. A LearningStrategy shouldn't print unless wrapped in Verbose.
  • Make learn! work with any individual LearningStrategy
  • Replace offline learn! loop with Offline iterator
  • Other internal renaming