Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zslucky/competition_scaffold

competition_scaffold
https://github.com/zslucky/competition_scaffold

Last synced: about 6 hours ago
JSON representation

competition_scaffold

Awesome Lists containing this project

README

        

# Project Scaffold

A scaffold for project

### Usage

1. `git clone https://github.com/zslucky/competition_scaffold.git your-project-name`, or rename this project after clone.
2. `cd your-project-name && rm -rf .git`
3. Re-write this `README.md` file if you need.
4. Start in `main.py` file.

### Other

- `code/main.py` is the project entry
- `code/project_path.py` is used in code dir for easily finding file path.
- `data/` dir for storing data, e.g. dataset and every generated data in program.
- `submit/` dir for storing every submissions.
- Good to name submissions like `submit_Ymd_HMS.csv`