A work in progress to display some good practices for a delivery days prediction model
The data source is: https://www.kaggle.com/datasets/shashwatwork/dataco-smart-supply-chain-for-big-data-analysis/data
.
├── data # Data files are parquet to minimize storage or CSV for snippets to increase github reability
├── images # Images saved from the notebooks to use in this README
├── notebooks # Analyses are conducted and results shown in notebooks
├── LICENSE
├── README.md
├── functions.py # The functions used in the notebook are stored in functions.py
├── uv.lock # uv file for package version management
└── pyproject.toml # package version management