Using MLflow as a versioning tool

Hi everyone, have you ever trying to connect Rasa or Rasa X to Mlflow to keep tracking the model and data used for training? I was wondering if there is any well-designed recipe to do it. Thanks

2 Likes

I had the same query too. Please share if you found a way to integrate mlflow with Rasa NLU

1 Like

Hi @hrao768 any updates on this? Did you get MLflow to work or are you using some other experiment tracker?

@Happy any updates on this? Really interested in this?

We have not implemented MLflow with Rasa yet. Instead we are using TensorBoard for tracking the metrics as of now

Thanks for the reply @hrao768. The only limitation I have with tensorboard is that it works only for some components. Have you come up with a way to handle that?