Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsabbagh/dsc-python-project-template
https://github.com/belsabbagh/dsc-python-project-template
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belsabbagh/dsc-python-project-template
- Owner: belsabbagh
- Created: 2023-10-08T14:37:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T15:22:10.000Z (about 1 year ago)
- Last Synced: 2023-10-09T16:09:43.103Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science Project Template
## Project Structure
### `.py` files
These scripts are ordered by the order of execution. Each contains a docstring of its purpose and each runs a step in the project. The main script is `main.py` which runs all the steps in order.
### `src/`
Contains the source code for the lower level code of the project.
### `out/`
Contains the outputs generated from our project like plots, analysis data, models and so on.
### `data/`
Contains the data used in our project. Mainly there is a `raw/` directory that contains the raw data and `processed/` directory that contains the processed data.