This project performs exploratory data analysis, feature engineering, and causal modeling on delivery data.
config/: Contains configuration files.notebooks/: Contains Jupyter notebooks for analysis.scripts/: Contains the Python scripts for data processing, feature engineering, and modeling.tests/: Contains tests for the python scripts.playground/: Contains tutorial files and notebooks.requirements.txt: List of dependencies.README.md: Project documentation.
- Install the dependencies
pip install -r requirements.txt - Configure API keys in
config/config.yaml.
- Configure API keys in
config/config.yaml. - Run data loading and preprocessing
- Fetch and add external data
- Perform EDA and causal inference
- Conduct model training
This project is licensed under the MIT License.