This repository has been archived by the owner on May 21, 2022. It is now read-only.
Releases: JuliaML/LearningStrategies.jl
Releases · JuliaML/LearningStrategies.jl
Updates for Julia 0.7/1.0
update
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