Ofir
05/05/2023, 3:16 PMJuan Luis
05/05/2023, 3:20 PMOfir
05/05/2023, 3:21 PMJuan Luis
05/05/2023, 3:53 PMkedro run
the tracking outputs you've defined will be saved in a different directory, that will be named using the timestamp of the run: https://docs.kedro.org/en/stable/visualisation/experiment_tracking.html#generate-the-run-data
so the question is, how to identify which input dataset was used for each, am I right?Ofir
05/05/2023, 3:57 PMkedro run --name=my_first_exp --input-dataset=my_first_dataset.parquet
kedro run --name=my_second_exp --input-dataset=my_second_dataset.parquet
kedro viz
Juan Luis
05/05/2023, 4:08 PMkedro run --from-inputs
Ofir
05/06/2023, 4:33 PM