cesarali's picture
manual runtime bundle push from load_and_push.ipynb
5686f5b verified
"""Utility namespace for data-related modules.
This package groups empirical, generation, preprocessing, and dataset
helpers so they can be imported with the ``sim_priors_pk.data`` prefix.
"""
__all__ = [
"data_empirical",
"data_generation",
"data_preprocessing",
"datasets",
]