Skip to content

cair/datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages