We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mlflow.log_metric(..., step=..., timestamp=...)
I would like to make use of the mlflow.log_metric(..., step=..., timestamp=...) which could open the door logging metrics during sampling
For instance making use of the callback argument for pm.sample: https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.sample.html
pm.sample
More reference: https://www.pymc.io/projects/examples/en/stable/howto/sampling_callback.html
Related: pymc-devs/nutpie#166
Inspired by convo with @coreyabs-db
The text was updated successfully, but these errors were encountered:
mlflow.log_metric(..., step=..., )
No branches or pull requests
I would like to make use of the
mlflow.log_metric(..., step=..., timestamp=...)
which could open the door logging metrics during samplingFor instance making use of the callback argument for
pm.sample
: https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.sample.htmlMore reference: https://www.pymc.io/projects/examples/en/stable/howto/sampling_callback.html
Related: pymc-devs/nutpie#166
Inspired by convo with @coreyabs-db
The text was updated successfully, but these errors were encountered: