https://github.com/danielwpz/soybean
https://github.com/danielwpz/soybean
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielwpz/soybean
- Owner: danielwpz
- License: mit
- Created: 2017-03-12T18:34:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T23:38:22.000Z (about 9 years ago)
- Last Synced: 2025-04-12T08:45:52.228Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 2.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soybean
## How to run
1. Make sure you have python 2.7 and pandas installed
2. In terminal, run `$> ./run.sh`
3. (Optional) To run soy.ipynb, install jupyter and run `$> jupyter notebook soy.ipynb`
## How to generate training data
1. Get geo data (year by year)
run
```bash
python prepare.py geo
```