Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zslucky/competition_scaffold
competition_scaffold
https://github.com/zslucky/competition_scaffold
Last synced: about 6 hours ago
JSON representation
competition_scaffold
- Host: GitHub
- URL: https://github.com/zslucky/competition_scaffold
- Owner: zslucky
- Created: 2018-06-12T00:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T00:50:47.000Z (over 6 years ago)
- Last Synced: 2024-11-10T04:38:05.704Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`