Amir
10/18/2022, 5:00 PMpoetry run python src/driver/__main__.py
shell_run_command. This has been a slow process as there's been a bunch of little issues arising, etc.
My question: What would be the easiest way of doing all this? ie. what would be the best method to approach this problem? I feel like my method is a bit... patchy?Khuyen Tran
10/18/2022, 8:34 PM_main_.py
contains both your processing code and training code?Amir
10/18/2022, 10:58 PM__main__.py
contains some of the code, but calls upon the other folders when doing the computations, etc.
the data folder is where I need to call the API data into, and where some data will be extracted from after the model has ran.
I hope this helps!Khuyen Tran
10/19/2022, 1:59 PM__main____.py
looks like?