Tune-sklearn + MLFlow

Hi – How does one pass in the necessary MLFlow config to either the TuneGridSearchCV or TuneSearchCV APIs? There is a “loggers” keyword param for both which takes a list of strings (i.e., “mlflow”) but the mlflow integration requires additional config such as “experiment id” in order to function.

Thanks,
Jerome