Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsabbagh/maktoob-matcher
https://github.com/belsabbagh/maktoob-matcher
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belsabbagh/maktoob-matcher
- Owner: belsabbagh
- Created: 2023-10-08T14:41:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-04T07:41:54.000Z (12 months ago)
- Last Synced: 2023-12-04T08:45:06.757Z (12 months ago)
- Language: Python
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- 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.