Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: ofivite/ml-framework

Dependent or independent?

25 Jul 12:52
24a3732
Compare
Choose a tag to compare

This release aside from minor fixes and improvements adds:

Ordnung muss sein

09 Nov 11:28
Compare
Choose a tag to compare

This update mostly features a mapping of entries' ordering in prediction file with those of original one (see 21a4a1c). Additionally, minor renamings and simplifications to cfg are made, plus predictions in datacard case are now also logged to mlflow.

What is the value of things?

31 Aug 09:29
ba2623d
Compare
Choose a tag to compare

This release primarily features a new module to estimate the model's performance (PR #3) by computing metrics and plotting model outputs/ROC or PR curve. Furthermore, PR #4 adds functionality for a more granular cfg parsing with hydra + few more improvements and fixes. Lastly, b7c8cc1 allows to run the training on multiple machines in parallel.

v0.2: Merge pull request #2 from yaourtpourtoi/dev

08 Aug 15:30
9d213c4
Compare
Choose a tag to compare

This release includes PR #1, #2 and:

  • generalises the framework to (N=1)-fold training and prediction
  • sets up the data flow for the next evaluation step