v0.8.6
MLJTuning v0.8.6
- (new feature) Add
logger
option toTunedModel
wrapper, for logging internal model evaluations to an ML tracking platform, such as MLflow via MLJFlow.jl. Default should benothing
for no logging (#193). The logger must support asynchronous messaging ifTunedModel(model, ...)
is specified with the optionacceleration=CPUThreads()
orCPUProcesses()
. MLJFlow.jl 0.4.3 supports asynchronous messaging.
Merged pull requests:
Closed issues:
- Broken link (404) for each dependent link of the site https://alan-turing-institute.github.io (#217)