You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced this issue where whenever I put the experiment name in evaluate() method to update it, this error occurs: raise ValueError(f"Found multiple experiments with name {experiment_name}")
Now when I try to change the experiment name I can't find a way to do it.
Motivation
This feature allows to solve errors on experiment names and helps providing better organization over experiments.
The text was updated successfully, but these errors were encountered:
Hi @MhmdAlTamimi,
You are right, looking through the endpoints I don't think there is a way to update the name of an experiment. I'll let the team know and will keep you updated on progress
Proposal summary
I faced this issue where whenever I put the experiment name in
evaluate()
method to update it, this error occurs:raise ValueError(f"Found multiple experiments with name {experiment_name}")
Now when I try to change the experiment name I can't find a way to do it.
Motivation
This feature allows to solve errors on experiment names and helps providing better organization over experiments.
The text was updated successfully, but these errors were encountered: