Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belsabbagh/maktoob-matcher


https://github.com/belsabbagh/maktoob-matcher

Last synced: 4 days ago
JSON representation

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.