Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 667 Bytes

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-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