https://github.com/mrityunjay-tripathi/uci-ml-repository
Downloads all of the datasets from UCI Machine Learning Repository
https://github.com/mrityunjay-tripathi/uci-ml-repository
beautifulsoup4 data-science machine-learning multiprocessing notify2 python uci-machine-learning webscraping
Last synced: 3 months ago
JSON representation
Downloads all of the datasets from UCI Machine Learning Repository
- Host: GitHub
- URL: https://github.com/mrityunjay-tripathi/uci-ml-repository
- Owner: mrityunjay-tripathi
- License: apache-2.0
- Created: 2019-08-04T16:09:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T11:23:08.000Z (over 4 years ago)
- Last Synced: 2024-12-30T13:14:58.862Z (5 months ago)
- Topics: beautifulsoup4, data-science, machine-learning, multiprocessing, notify2, python, uci-machine-learning, webscraping
- Language: Python
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UCI ML Repository Downloader
The UCI Machine Learning Repository is a collection of databases, domain theories, and data generators that are used by the machine learning community for the empirical analysis of machine learning algorithms. It is used by students, educators, and researchers all over the world as a primary source of machine learning data sets. As an indication of the impact of the archive, it has been cited over 1000 times. [re3data.org]
### Reqirements
Run the following command in the terminal to install all the required tools to run the program.
```
pip3 install requirements.txt
```
## Getting Started```
python3 downloader.py --save_to location/where/to/save/datasets --num_workers j
```## Authors
* **Mrityunjay Tripathi**
## License
This project is licensed under the Apache 2.0 License - see the [License](https://github.com/MrityunjayTripathi/American-Sign-Language-Classification/blob/master/LICENSE) file for details.