<@!842787984902062080> Thanks for responding. The ...
# beginners-need-help
b
@User Thanks for responding. The project is nothing serious, just trying to re-work a past project using Kedro for learning purposes. In this case it's ~20 files of timeseries data of cepheid variable star brightness, where the objective is to calculate some best fit parameters such as the period of pulsation, etc. No ML, maybe 10 functions in total. In my previous implementation of the project, I just had a
main()
function that looped over all the files in the directory. Many of my Astro projects are of a similar format to this, so been wondering what the best design choices are for a Kedro implementation