Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteo-peronnet/ml-pump-it-up
https://github.com/matteo-peronnet/ml-pump-it-up
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matteo-peronnet/ml-pump-it-up
- Owner: Matteo-Peronnet
- Created: 2019-04-15T11:27:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T23:30:08.000Z (over 2 years ago)
- Last Synced: 2024-11-14T14:48:37.422Z (2 months ago)
- Language: JavaScript
- Size: 5.75 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML PUMP IT UP
## EXPORT JSON DATA
```bash
node_modules/csvtojson/bin/csvtojson dataset/data.csv > dataset/train.json
node_modules/csvtojson/bin/csvtojson dataset/test.csv > dataset/test.json
```