neptune-ai / neptune-client

📘 The MLOps stack component for experiment tracking

Home Page:https://neptune.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: sync tracking line between plots

orena1 opened this issue · comments

Is your feature request related to a problem? Please describe.

Hi
When tracking plots of different variables, it will be great if it will be possible to sync the tracking line such that once you move the cursor the line will move in all plots.

Maybe this picture will help to describe it:
image
When the cursor is on the left plot, it would be great if there will also be one on the right that follows.

Thanks!

Hi @orena1

Thanks for reaching out and for your patience!

Before I pass your feedback to the product team, I'd love to understand your use case better. Could you please share some more details about how you plan to use this specific feature?

When I have few models. I lost them with append(_,step=X), and the X is synchronized between all the variables that I log.
So then I wanna see what the loss of train and test at this specific step is.
Now it looks like this:
image

And it will be great if it looks like this:
image
The line of the curser is synched between all different plots (where I point with the red arrow).

Thank you very much @orena1!

This really helps :)

I've passed your feedback to the product team, and they will take it from there!

In the meantime, is there anything else I can help you with?

Actually yes:

  1. I don't really need to see Id here, if possible to see only the name, and also that it will be longer:
    image

  2. would be great if there was an option to change the split size, meaning to make the top panel a bit smaller.

image

Thanks

I don't really need to see Id here, if possible to see only the name, and also that it will be longer:

You can unpin the ID column in the run table
Docs: https://docs.neptune.ai/usage/tutorial/#pin-columns-to-show-them-in-the-legend

would be great if there was an option to change the split size, meaning to make the top panel a bit smaller.

I believe we addressed this in the new UI, you can give it a try. Read more here.