CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
smallml/__init__.py
smallml/feature_matcher.py
smallml/pipeline.py
smallml/version.py
smallml.egg-info/PKG-INFO
smallml.egg-info/SOURCES.txt
smallml.egg-info/dependency_links.txt
smallml.egg-info/requires.txt
smallml.egg-info/top_level.txt
smallml/data/priors_churn.pkl
smallml/layer2/__init__.py
smallml/layer2/hierarchical_model.py
smallml/layer2/sme_data_generator.py
smallml/layer3/__init__.py
smallml/layer3/conformal_predictor.py
smallml/layer3/prediction_sets.py
tests/test_pipeline.py