Mani Parkhe

Results 5 comments of Mani Parkhe

## Manual testing ``` >>> mlflow.set_tracking_uri("mysql+mysqldb://...") >>> mlflow.tracking.client.MlflowClient().list_experiments() [] >>>>>> mlflow.tracking.client.MlflowClient().get_run('24fd36f363d74b2c830d208870c6f8b3') ```

Thank you @jeremyjordan and @festeh : [`mlflow gc`](https://mlflow.org/docs/latest/cli.html#mlflow-gc) is for cleaning up runs. Deleted experiments are moved to `.trash` folder in file store. In SQL store, the experiment is marked...

Hey Folks, I created a PR #22 to display renderable HTML in Databricks notebook. mani

Nice catch! We will take care of it in the next release. -mani

Hi Theseus, Under release folderhttps://github.com/linkedin/Cubert/tree/master/release we have provided a simple word count example with text input. With the following releases, we will try to add an example with AVRO and...