Corey Zumar
Corey Zumar
Awesome! Thanks @bramrodenburg! I've assigned this issue to you!
@thethiny Thanks for clarifying! If the user specifies a tracking URI via the CLI, it should be used regardless of which backend is specified, Databricks or otherwise. It should be...
> I'm going to address [this](https://github.com/mlflow/mlflow/pull/6518#discussion_r956776806) in a commit on its own as I believe I would require further discussion with you (perhaps different PR?). For now I will handle...
@arpitjasa-db @smurching Are there any plans to support this kind of API for the Model Registry on Databricks?
Hi @shaikmoeed, absolutely! I've assigned the issue to you. The code for `mlflow gc` is here: https://github.com/mlflow/mlflow/blob/c750b031604eed321a29d9ac3f2298f6ef2006b4/mlflow/cli.py#L497-L574. We'll want to: 1. List all soft-deleted experiments with last_update_timestamp
> Thanks for guiding me, I would also like to know, > > 1. How this implementation is used? Is `mlflow gc --experiment-ids="exp_id1,exp_id2"` command is valid? Can you share example...
Hi @nnethery, this sounds like a great extension for the artifact viewer. Feel free to file a PR whenever it's convenient, and we'd be very excited to review it. cc...
@harupy Can you take another look?
@efagerberg Apologies for the delay, and thank you for this feature request. We are currently working on solutions to serve containerized models and expose corresponding inference APIs within a driver...
Hi folks, I've added the `help wanted` label to this issue. It would be great to put together a PR that leverages Docker's `-v` flag to create sibling containers for...