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

Create ML Flow Python logging handler #87

Open
stevehadd opened this issue Aug 19, 2022 · 0 comments
Open

Create ML Flow Python logging handler #87

stevehadd opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request ml_ops

Comments

@stevehadd
Copy link
Member

General good practice for logging in python code is to pass all messages through the central logging module, and provide handlers as outputs, which are often a StreamHandler to go to the console and a FileHandler to go to a text file. It would be good to extend file handler so that at the end of a run, the file contain the logs is logged with MLflow as an artifact. My invesatigations show that ML Flow does not capture stdout/stderr by default, and this would be a good way to continue python best practice into ML projects

@stevehadd stevehadd added enhancement New feature or request ml_ops labels Aug 19, 2022
@stevehadd stevehadd self-assigned this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ml_ops
Projects
None yet
Development

No branches or pull requests

1 participant