GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

Readme updates #79

Closed laurencejackson closed 2 years ago

laurencejackson commented 2 years ago

Updates readme and improves code comments.

Python 3.10 is removed from test matrix until ITK 5.3 is released. Currently, py3.10 install fails due to scikit-build error. I've tested with the ITK5.3 release candidate and it works.

github-actions[bot] commented 2 years ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
mlops
   Experiment.py1251588%34, 59, 61, 66, 104–105, 157, 187, 229–232, 236–237, 244–245
   ProjectFile.py27196%38
mlops/data/tools
   tools.py201620%28–53
mlops/data/transforms
   LoadImageXNATd.py493822%21–26, 47–103
TOTAL2467072% 

Tests Skipped Failures Errors Time
15 2 :zzz: 0 :x: 0 :fire: 1m 49s :stopwatch:
laurencejackson commented 2 years ago

Thanks @AnilMistry, ready for follow-up.