README.md
pyproject.toml
dataset_hub/__init__.py
dataset_hub.egg-info/PKG-INFO
dataset_hub.egg-info/SOURCES.txt
dataset_hub.egg-info/dependency_links.txt
dataset_hub.egg-info/requires.txt
dataset_hub.egg-info/top_level.txt
dataset_hub/_core/__init__.py
dataset_hub/_core/dataset.py
dataset_hub/_core/get_data.py
dataset_hub/_core/provider/__init__.py
dataset_hub/_core/provider/dataframe_provider.py
dataset_hub/_core/provider/provider.py
dataset_hub/_core/provider/provider_factory.py
dataset_hub/_core/settings/__init__.py
dataset_hub/_core/settings/default_settings.py
dataset_hub/_core/settings/loader.py
dataset_hub/_core/settings/user_settings.py
dataset_hub/_core/utils/config.py
dataset_hub/_core/utils/logger.py
dataset_hub/_core/utils/paths.py
dataset_hub/classification/__init__.py
dataset_hub/classification/datasets.py
dataset_hub/classification/_configs/iris.yaml
dataset_hub/classification/_configs/titanic.yaml
dataset_hub/regression/__init__.py
dataset_hub/regression/datasets.py
dataset_hub/regression/_configs/california_housing.yaml
tests/test_classification_datasets.py