cair / datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%