Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 404 Bytes

NORA Datasets

Installation

pip install git+https://github.com/cair/datasets.git

Usage (TODO)

from nora_datasets import retrieve_repository
import pathlib
if __name__ == "__main__":
    repository_path = pathlib.Path(__file__).parent.parent.joinpath("repository")
    retrieve_repository(repository_path=repository_path, dataset="iris", http=True)

Supported datasets

iris