Rakib Sheikh
02/02/2025, 10:33 PMHall
02/02/2025, 10:33 PMRakib Sheikh
02/02/2025, 10:46 PMmlflow_run_id:
type: MemoryDataset
Inside the catalog
Which it lead me to an another question, how can I run all pipeline from the training pipeline till the end so I can keep the mlflow_run_id in memory ?Juan Luis
02/03/2025, 7:03 AMhow can I run all pipeline from the training pipeline till the end so I can keep the mlflow_run_id in memory ?maybe
kedro run --to-outputs=stage_model
? (and --from-inputs=
if you want to specify a starting point)
would this work for you?