https://github.com/ivanbongiorni/datasets
Useful and/or interesting datasets for ML
https://github.com/ivanbongiorni/datasets
Last synced: 7 months ago
JSON representation
Useful and/or interesting datasets for ML
- Host: GitHub
- URL: https://github.com/ivanbongiorni/datasets
- Owner: IvanBongiorni
- Created: 2019-04-02T09:06:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T17:36:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T12:29:53.433Z (9 months ago)
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datasets
Useful and/or interesting datasets for ML for quick experimentations.- `/sentiment140`: processed subset of Kaggle's [Sentiment140 dataset](https://www.kaggle.com/kazanova/sentiment140). Tokens are already vectorized into ints and ready to be fed to ML models. The folder contains 500k train obs, 150k test obs, relative labels, and a Python dict to reverse vectorization.