Skip to content
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

Enable autologging within configuration file #13

Open
Galileo-Galilei opened this issue Jun 28, 2020 · 1 comment
Open

Enable autologging within configuration file #13

Galileo-Galilei opened this issue Jun 28, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Galileo-Galilei
Copy link
Owner

Mlflow offers a some autologging functionnalities for the most common machine learning frameworks (keras, tensorflow, xgboost...). It would be nice to be able to configure these autologging parametersin the mlflow.yml configuration file.

@Galileo-Galilei Galileo-Galilei self-assigned this Jun 28, 2020
@Galileo-Galilei Galileo-Galilei added enhancement New feature or request need-design-decision Several ways of implementation are possible and one must be chosen labels Jun 28, 2020
@Galileo-Galilei Galileo-Galilei added documentation Improvements or additions to documentation and removed enhancement New feature or request need-design-decision Several ways of implementation are possible and one must be chosen labels Aug 24, 2023
@Galileo-Galilei
Copy link
Owner Author

  • Advantages of mlflow autologging: it logs metrics automatically during training, and not at the end of the node, which is convenient. For most models, this can be overcome with callbnacks so this is not a big issue.
  • Drawbacks of mlflow autologging: It logs parameters / models / metrics without names which makes tracking very hard to read. This also conflicts with kedro-mlflow native parameters tracking (which is much more readable) so it is hard to integrate.

Decision: I won't support autologging for now, but I'll document how one can customize it with #442.

@Galileo-Galilei Galileo-Galilei moved this from 🆕 New to 📋 Backlog in kedro-mlflow roadmap Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant