Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Daniel Lenz 1da38c8beb
Add .mypy_cache/ to .gitignore (#157)
5 years ago
..
18b322288a
Force add data directories
8 years ago
937563bb97
Fix typo in getting-started.rst
7 years ago
7e1179a366
Add models and reports directories
8 years ago
c189298be2
Add other directories :file_folder:
8 years ago
c189298be2
Add other directories :file_folder:
8 years ago
74d36bd24c
Update to structure
8 years ago
src
74a2e29fef
Use pathlib instead of os.path where applicable (#112)
6 years ago
5214aeefa3
Add python-dotenv and default .env file
8 years ago
1da38c8beb
Add .mypy_cache/ to .gitignore (#157)
5 years ago
95a6991ec7
Offer accurate, open-ended licensing suggestions. (#103)
6 years ago
b8e8e1af74
Update Makefile (#150)
5 years ago
72b3e66989
Add explanation of pip package for src
6 years ago
74a2e29fef
Use pathlib instead of os.path where applicable (#112)
6 years ago
a2798e84da
Changed initial version in setup.py to 0.1.0 (#129)
5 years ago
079a93c942
Improve code, so make lint passes
6 years ago
6e0dc39a6c
Add flake8 linting
8 years ago

README.md

You have to be logged in to leave a comment. Sign In

{{cookiecutter.project_name}}

{{cookiecutter.description}}

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.testrun.org

Project based on the cookiecutter data science project template. #cookiecutterdatascience

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...