Siddharth Murching

Results 11 issues of Siddharth Murching

Hi there, Thank you for opening an issue. Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests. For general usage...

needs-api

When running projects on Databricks, we should filter out the uid / guid / username / group name when tarring projects for upload to DBFS, since we use the hash...

enhancement
area/projects
priority/backlog
integrations/databricks

### Willingness to contribute No. I cannot contribute a documentation fix at this time. ### URL(s) with the issue https://mlflow.org/docs/latest/tracking.html#artifact-stores ### Description of proposal (what needs changing) I wanted to...

good first issue
area/docs
help wanted

In the MLflow UI, selecting a parent run doesn't select its children (see screenshot) - it'd be nice if it did ![image](https://user-images.githubusercontent.com/2358483/52244119-0160c980-2891-11e9-929f-4c91da4ffdd1.png)

enhancement
area/uiux
priority/important-soon

The current dist-keras release seems to depend on tensorflow (see [setup.py](https://github.com/cerndb/dist-keras/blob/master/setup.py#L20)). Would it be possible to make a release (on PyPi) that depends on tensorflow-gpu? Thanks!

This is a low-priority / relatively minor ask - right now, I can see available Databricks CLI profiles and understand what workspaces they correspond to by looking at my ~/.databrickscfg...

feature

In Databricks, I noticed there's a behavior difference when calling the `RunExporter.export_run` + `RunImporter.import_run` APIs vs just calling the `RunCopier.copy_run` APIs, to push runs between workspaces. The former approach seems...

## Describe the proposal Currently, users can delete runs from the experiment UI, which leads to a confirmation prompt like: ![image](https://user-images.githubusercontent.com/2358483/73196992-6edeb900-40e5-11ea-97ed-4e79b615bacf.png) When deleting one or more parent runs (runs with...

enhancement
area/uiux
priority/important-soon

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/smurching/mlflow/pull/11946?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11946/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11946 ``` ###...