https://github.com/cair/datasets
https://github.com/cair/datasets
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cair/datasets
- Owner: cair
- License: mit
- Created: 2022-08-08T10:27:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T18:08:18.000Z (over 2 years ago)
- Last Synced: 2025-02-04T21:45:15.543Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NORA Datasets
## Installation
`pip install git+https://github.com/cair/datasets.git`## Usage (TODO)
```python
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`