Daf-Datasets
Daf-Datasets is a library to download a list of selected datasets that can be used to train Machine Learning algorithms.
Install
- Install daf-datasets from PyPI (recommended):
sudo pip install daf-datasetsIf you are using a virtualenv, you may want to avoid using sudo:
pip install daf-datasets- Alternatively: install daf-datasets from the GitHub source:
First, clone daf-datasets using git:
git clone https://github.com/fabiofumarola/daf-datasets.gitThen, cd to the daf-datasets folder and run the install command:
cd daf-datasets
sudo python setup.py install