Separating Train (Before/After) and Validation Metrics in MLflow Tracking #202
VidyeshDapse
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi GEPA team 👋
I’m currently using GEPA with MLflow for experiment tracking and had a question about metric logging and visualization.
Context
Right now, GEPA logs a single metric that plots:
Both appear under the same metric name in MLflow, which makes it hard to:
What I’m trying to achieve
I’d like to log and visualize the following as separate metrics in MLflow:
So ideally in MLflow, I’d see something like:
train_score_beforetrain_score_afterval_scoreEach with its own curve/entry, instead of being mixed under one metric.
Question
Happy to contribute a PR if this is something the project is open to adding. Any guidance would be appreciated 🙏
Thanks!
All reactions