https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
r

rohan_ahire

09/08/2022, 5:08 PM
Hi All. If I am using managed mlflow within databricks, do I still need kedro-mlflow plugin?
g

Galileo-Galilei

09/08/2022, 7:00 PM
Actually, I don't use databricks myself, but some users did in the past
There is an example of configuration in this comment: https://github.com/Galileo-Galilei/kedro-mlflow/issues/248#issuecomment-937714980
If you use kedro-mlflow, it will automatically track parameters, export credentials and create experiment automatically, so I guess this is still useful even with a managed instance on databricks
r

rohan_ahire

09/09/2022, 1:12 AM
This was really helpful, it worked for me. Thank you so much!
d

datajoely

09/09/2022, 1:33 AM
Thanks @Galileo-Galilei !