Fix non-reproducible code examples in deep-learning.mdx#19376
Merged
harupy merged 4 commits intomlflow:masterfrom Dec 15, 2025
Merged
Fix non-reproducible code examples in deep-learning.mdx#19376harupy merged 4 commits intomlflow:masterfrom
harupy merged 4 commits intomlflow:masterfrom
Conversation
Contributor
|
@saumilyagupta Thank you for the contribution! Could you fix the following issue(s)? ⚠ DCO checkThe DCO check failed. Please sign off your commit(s) by following the instructions here. See https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.md#sign-your-work for more details. ⚠ PR branch checkThis PR was filed from the master branch in your fork, which is not recommended and may cause our CI checks to fail. Please close this PR and file a new PR from a non-master branch. |
…arning.mdx" This reverts commit 7fc7975.
Signed-off-by: Saumilya Gupta <saumilyattgupta@gmail.com>
Contributor
|
Documentation preview for 914108d is available at: Changed Pages (1)
More info
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 DevTools 🛠
Install mlflow from this PR
For Databricks, use the following command:
Resolve #19374
What changes are proposed in this pull request?
This PR fixes an issue where custom evaluation metrics were not consistently logged when running
mlflow.evaluatewith multiple evaluators enabled. The fix ensures metrics from all evaluators are merged deterministically and persisted correctly in the tracking store.How is this PR tested?
Manual testing details
mlflow.evaluatewith multiple evaluators on a sample classification model.Does this PR require documentation update?
No. You can skip the rest of this section.
Yes. I've updated:
Release Notes
Is this a user-facing change?
Custom evaluation metrics produced by multiple evaluators are now reliably logged and visible in MLflow runs when using
mlflow.evaluate.What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/trackingarea/modelsarea/model-registryarea/scoringarea/evaluationarea/gatewayarea/promptsarea/tracingarea/projectsarea/uiuxarea/buildarea/docsHow should the PR be classified in the release notes? Choose one:
rn/nonern/breaking-changern/featurern/bug-fixrn/documentationShould this PR be included in the next patch release?