New azure log refactor - #154
Conversation
…ndling * Updated logging functions to utilize MLFLOW_CLIENT for metric, parameter, and image logging. * Enhanced prefix handling for metrics and parameters to ensure proper naming conventions. * Improved run handling logic to correctly traverse parent runs and build prefixes. * Refactored function signatures for consistency and clarity.
WalkthroughThe changes refactor logging utilities for MLflow integration by improving exception handling, modifying function signatures, and ensuring consistent prefixing of keys and artifact paths. All logging functions now use the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
running a check currently |
…d improved run naming conventions.
…test metrics, as well as training losses for improved tracking of model performance.
…ndling
Summary by CodeRabbit
New Features
Bug Fixes
Refactor