Creating a Python package
In the previous step of this case study, we explored our data in an ad hoc fashion using Jupyter notebooks. Now it is time to get to work on the code that will be used to prepare our data and train our model. Before we start coding, we will set up a Python package so …