mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-28 14:26:21 +02:00
parent
b0c6c4d28e
commit
9f4d649934
2 changed files with 232 additions and 0 deletions
6
apt/utils/datasets/__init__.py
Normal file
6
apt/utils/datasets/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
The AI Privacy Toolbox (datasets).
|
||||
Implementation of datasets utility components for datasets creation, load, and store
|
||||
"""
|
||||
|
||||
from apt.utils.datasets.datasets import DatasetABC, StoredDatasetABC, DatasetFactory, Data, BaseDataset
|
||||
Loading…
Add table
Add a link
Reference in a new issue