Galileo-Galilei / kedro-mlflow-tutorial

A tutorial on how to use kedro-mlflow plugin (https://github.com/Galileo-Galilei/kedro-mlflow) to synchronize training and inference and serve kedro pipeline
37 stars 5 forks source link

pickle dataset mentioned in the 'catalog.yml' file is not present in the data folder after cloning #18

Closed ShankarChavan closed 1 year ago

ShankarChavan commented 1 year ago

Hi, Thank you creating the kedro-mlflow integration tool. I was trying to run this tutorial to understand the use of kedro-mlflow, as per the instructions after cloning if we try to run kedro run --pipeline=etl_instances it fails as there is no PickleDataset file present in the data/01_raw folder.

Can you please update the branch with pickle files or share the location of the pickle files.

ShankarChavan commented 1 year ago

Issue is resolved, the problem was at my end as I was trying to run kedro pipeline behind corporate firewall and it had restricted access to download the imdb dataset from outside.