https://github.com/ronylpatil/delivery-time-estm
E2E delivery time estimation project.
https://github.com/ronylpatil/delivery-time-estm
aws docker fastapi machine-learning mlops pytest
Last synced: 3 months ago
JSON representation
E2E delivery time estimation project.
- Host: GitHub
- URL: https://github.com/ronylpatil/delivery-time-estm
- Owner: ronylpatil
- License: mit
- Created: 2024-09-01T06:08:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T15:05:49.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:20:54.611Z (over 1 year ago)
- Topics: aws, docker, fastapi, machine-learning, mlops, pytest
- Language: Jupyter Notebook
- Homepage:
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Delivery Time Estimationπ¦
==============================
DagsHub - [ronylpatil/delivery-time-estm](https://dagshub.com/ronylpatil/delivery-time-estm)
Project Organization
------------
βββ LICENSE
βββ Makefile <- Makefile with commands like `make data` or `make train`
βββ README.md <- The top-level README for developers using this project.
βββ data
βΒ Β βββ external <- Data from third party sources.
βΒ Β βββ interim <- Intermediate data that has been transformed.
βΒ Β βββ processed <- The final, canonical data sets for modeling.
βΒ Β βββ raw <- The original, immutable data dump.
β
βββ docs <- A default Sphinx project; see sphinx-doc.org for details
β
βββ models <- Trained and serialized models, model predictions, or model summaries
β
βββ notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
β the creator's initials, and a short `-` delimited description, e.g.
β `1.0-jqp-initial-data-exploration`.
β
βββ references <- Data dictionaries, manuals, and all other explanatory materials.
β
βββ reports <- Generated analysis as HTML, PDF, LaTeX, etc.
βΒ Β βββ figures <- Generated graphics and figures to be used in reporting
β
βββ requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
β generated with `pip freeze > requirements.txt`
β
βββ setup.py <- makes project pip installable (pip install -e .) so src can be imported
βββ src <- Source code for use in this project.
βΒ Β βββ __init__.py <- Makes src a Python module
β β
βΒ Β βββ data <- Scripts to download or generate data
βΒ Β βΒ Β βββ make_dataset.py
β β
βΒ Β βββ features <- Scripts to turn raw data into features for modeling
βΒ Β βΒ Β βββ build_features.py
β β
βΒ Β βββ models <- Scripts to train models and then use trained models to make
β β β predictions
βΒ Β βΒ Β βββ predict_model.py
βΒ Β βΒ Β βββ train_model.py
β β
βΒ Β βββ visualization <- Scripts to create exploratory and results oriented visualizations
βΒ Β βββ visualize.py
β
βββ tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
--------
Project based on the cookiecutter data science project template. #cookiecutterdatascience