Example of productization process of a Data Science Jupiter notebook
The productized data transformations are here
The history of this repo shows the refactoring / productization process step by steps
To convert notebook into long python script execute:
python3 -m jupytext --to py ./notebooks/titanic-prod.ipynb
To execute ml_pipeline
python3 ml_pipeline.py run
Exploration notebook transformed into Machine Learning pipeline