Daf-Datasets is a library to download a list of selected datasets that can be used to train Machine Learning algorithms.
- Install daf-datasets from PyPI (recommended):
sudo pip install daf-datasets
If 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.git
Then, cd
to the daf-datasets folder and run the install command:
cd daf-datasets
sudo python setup.py install