microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.84k stars 506 forks source link

Integrate MLFlow in tune #880

Open thinkall opened 1 year ago

thinkall commented 1 year ago

Currently, mlflow logging is only integrated in automl APIs, but not tune APIs.

xinrongl commented 1 year ago

It also seems like when there is an active mlflow session, automl automatically use mlflow for logging, will be handy to disable this as sometime there is no need to log this information in our case