Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 20:12
· 11 commits to dev since this release

MLJFlow v0.4.3

Diff since v0.4.2

  • [new feature] Added complete support with MLJ's TunedModel, being fully-compatible with accelerators (CPUThreads() and CPUProcesses()). This feature is not supported by mlflow, but implemented here following a Producer-Consumer pattern using a Channel approach.
  • [fix] Logger is now a mutable struct, which means that its fields are modifiable outside instantiation.

Merged pull requests:

  • Implementing channel control for experiment creation (#41) (@pebeto)

Closed issues:

  • Add tests for CPUThreads and CPUProcesses (#25)
  • Update the README.md to reflect change uri -> apiroot (#40)