-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove MLFlow framework #4
Comments
Perhaps provide documentation for how a user could build an MLFlow framework around the final package. Discussion with @arthurBarthe Will need to change where processed datasets are saved in the code. |
I agree that the MLflow component should not be compulsory. We might want to make it easy to interact with it, possibly through some additional API, but we can leave that for later. |
Files that deal with MLFlow:
|
For a first release it is suggested that we leave MLFlow within the code and this can be refactored later if required. |
#85 and #95 are introducing a CLI for the data and training step, respectively. The inference step is still to be done, and the Jupyter notebooks have to also use those changes and don't yet (see #82). The refactoring work is done/merged on the dev branch. |
#97 removes MLflow integration. |
We probably don't want MLFlow for distribution?
Easy to remove the entry point.
Harder to deal with the way datasets are currently saved and then re-opened.
The text was updated successfully, but these errors were encountered: