<Kedro - Getting path to item in the datacatalog> ...
# questions
u
Kedro - Getting path to item in the datacatalog I'm training an nlp model using spacy. I have the preprocessing steps all written as a pipeline, and now I need to do the training. According to spacy's documentation I need to run the following command: python -m spacy train config.cfg --output ./output --paths.train ./train.spacy --paths.dev ./dev.spacy The files config.cfg, train.spacy and dev.spacy are all registered in my data catalog. I want to run this command...
👍 1