In order to improve the usability of FADI when deployed for Machine Learning / Data Science projects, a support for MLFlow should be added.
MLFlow is a relatively recent, open source project from Databricks for storing and managing metrics that relate to ML models. Due to its loose coupling, this tool can be used with a large set of ML libraries.
From the user's point of view, MLFlow is essentially a REST API for submitting quality metrics, plus a Web application for managing them.
Is your feature request related to a problem? Please describe.
No, it's a suggestion for an extension improving the functional coverage of FADI instances.
Describe the solution you'd like
Helm charts should be added to FADI, in order to be able to deploy and exploit an instance of MLFlow.
Describe alternatives you've considered
KubeFlow looks like a "natural" alternative, but it only focuses on the Tensorflow framework, which makes it more specific.
Additional context
N/A