Luis Chaves Rodriguez
03/17/2025, 5:32 PMHall
03/17/2025, 5:32 PMLuis Chaves Rodriguez
03/17/2025, 5:36 PMYury Fedotov
03/17/2025, 10:58 PMdev
and prod
versions (branches).
3. Never notebooks, only .py
files, and I wouldn't call them scripts. I think of them more as like Python packages which contain data processing functions, and then Kedro is a very thin layer just to chain those functions together in particular order and pass data between them.
4. Trigger their runs manually every X days
5. Just the standard run
CLILuis Chaves Rodriguez
03/18/2025, 8:45 AMDeepyaman Datta
03/18/2025, 9:08 AMLuis Chaves Rodriguez
03/18/2025, 9:21 AMdatajoely
03/18/2025, 9:27 AMdatajoely
03/18/2025, 9:27 AMdatajoely
03/18/2025, 9:27 AMDeepyaman Datta
03/18/2025, 12:18 PMAnother question, how common is it in kedro to have a pipeline that trains a model or several models (as in my example of demand forecasting) and it's just parametrised to run for every new client? i.e. training a new model for a new client as a one off pipeline? Then have other pipelines that generate the predictions?I think this is pretty standard? But it would be better if a DS or MLE who has done a lot of this work in Kedro more recently could answer; it's been 5 years since I've been working on demand forecasting models, and I don't remember the patterns 😅