Skip to content

Downloads all of the datasets from UCI Machine Learning Repository

License

Notifications You must be signed in to change notification settings

mrityunjay-tripathi/uci-ml-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 file for details.