Hi, so this slightly deviates from kedro but I hav...
# plugins-integrations
d
Hi, so this slightly deviates from kedro but I have a list of models which I am trying to train on the same data. This is a classification problem and I want to log the parameters of all the metrics that I am willing to track with MLFlow. I checked out the kedro-mlflow repo but when I run this on a pipeline which internally has multiple models, the autologging functionality returns the parameters of the last model that was ran. Is there any way around this? I am using the modular-spaceflights tutorial from @datajoely https://github.com/datajoely/modular-spaceflights @Galileo-Galilei would appreciate your feedback on this since you are the repo owner for kedro-mlflow