GSTT-CSC / MLOps

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

Improve code layout and test coverage #148

Open laurencejackson opened 1 year ago

laurencejackson commented 1 year ago

Looking at the Experiment class code it's not immediately clear what each component does, and maintenance is becoming an issue.

The feature should be split into multiple subclasses (e.g. ArtifactStore etc) that handle specific components of the MLOps framework.

This will be a good opportunity to improve test coverage back to >90%