README.md
pyproject.toml
src/findiff/__init__.py
src/findiff/config.py
src/findiff/data.py
src/findiff/dataio.py
src/findiff/gen.py
src/findiff/guard.py
src/findiff/logging_util.py
src/findiff/metrics.py
src/findiff/mix.py
src/findiff/pipeline.py
src/findiff/plotting.py
src/findiff/reporting.py
src/findiff/score.py
src/findiff/stats.py
src/findiff/train.py
src/findiff/validators.py
src/findiff/version.py
src/findiff/utils/io.py
src/findiff/utils/logging.py
src/findiff_finance.egg-info/PKG-INFO
src/findiff_finance.egg-info/SOURCES.txt
src/findiff_finance.egg-info/dependency_links.txt
src/findiff_finance.egg-info/requires.txt
src/findiff_finance.egg-info/top_level.txt
tests/test_data_conditions.py
tests/test_gen.py
tests/test_guard.py
tests/test_guard_negative.py
tests/test_metrics.py
tests/test_metrics_edges.py
tests/test_mix.py
tests/test_pipeline_autogate.py
tests/test_pipeline_evalgate.py
tests/test_stats_plot_report.py
tests/test_time_folds.py
tests/test_train_adapter.py
tests/test_train_sklearn_adapter.py