Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate run names intentional? #16

Closed
ablaom opened this issue Aug 17, 2023 · 2 comments
Closed

Duplicate run names intentional? #16

ablaom opened this issue Aug 17, 2023 · 2 comments

Comments

@ablaom
Copy link
Member

ablaom commented Aug 17, 2023

When I tried out the example and repeated the evaluation to generate new runs, they all had the same name. Is that intentional?

Screen Shot 2023-08-17 at 3 11 59 PM
@pebeto
Copy link
Member

pebeto commented Aug 17, 2023

Yes, it is intentional because it was programmed to give you a hint of what kind of model belongs to that run. However, if it's needed, we can remove that naming and allow mlflow to generate a random name (not related to anything about the run).

@ablaom
Copy link
Member Author

ablaom commented Aug 17, 2023

Okay, I'm assuming there's nothing the user could want to do that actually requires them to identify a run by name, and so this acceptable. It Just seems a bit weird for run names to be duplicated. Generally, I think of "names" as synonymous with identifiers. Better would be "DecisionTreeClassifier 1", "DecisionTreeClassifier 2", and so forth, but I'm assuming that's a lot more complicated to implement, because you need a counter, and so forth. Or, how about DecisionTreeClassifier …1342, DecisionTreeClassifier …3857, etc, where 1342 is the last four digits of the run id?

Alternatively, we let MLflow generate it's random names and add the model type name as a tag instead.

What do you think?

@pebeto pebeto closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants