https://github.com/queirozfcom/data-exploration
https://github.com/queirozfcom/data-exploration
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queirozfcom/data-exploration
- Owner: queirozfcom
- License: other
- Created: 2017-09-26T22:53:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T04:32:38.000Z (over 8 years ago)
- Last Synced: 2025-02-22T20:31:22.033Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
insurance-data-exploration
==============================
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.
│
├── 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`.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
└── tox.ini <- tox file with settings for running tox; see tox.testrun.org
--------
Project based on the cookiecutter data science project template. #cookiecutterdatascience