HarrisonGrubb / whatif

What if analysis in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whatif - Do Excel style what if? analysis in Python

Related blog posts

Project Organization

├── LICENSE
├── 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 whatif can be imported
├── src                <- Source code for use in this project.
│   ├── whatif <- Main package folder
│   │   └── __init__.py    <- Marks as package
│   │   └── whatif.py  <- Just some placeholder Python source code file
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Project based on a simplified version of the cookiecutter data science project template. #cookiecutterdatascience

About

What if analysis in Python

License:MIT License


Languages

Language:Jupyter Notebook 80.0%Language:Python 20.0%