At this point, it doesn't make sense to retain both Jupyter Notebook and .py versions of the script. While it made sense from a testing/modeling perspective, as we add outside libraries such as Tensorflow and Keras, it makes sense to deprecate the Jupyter notebook and transition fully into python files.
Sounds good to me. We'll just have to ensure that we put in place logic that avoids pulling data we already have when running the scripts. That's easy enough
At this point, it doesn't make sense to retain both Jupyter Notebook and .py versions of the script. While it made sense from a testing/modeling perspective, as we add outside libraries such as Tensorflow and Keras, it makes sense to deprecate the Jupyter notebook and transition fully into python files.