.gitignore
.pylintrc
README.md
poetry.lock
pyproject.toml
pytest.ini
.github/workflows/publish.yaml
doc/images/cache_hash.png
src/data_manipulation_utilities.egg-info/PKG-INFO
src/data_manipulation_utilities.egg-info/SOURCES.txt
src/data_manipulation_utilities.egg-info/dependency_links.txt
src/data_manipulation_utilities.egg-info/entry_points.txt
src/data_manipulation_utilities.egg-info/top_level.txt
src/dmu/__init__.py
src/dmu/arrays/utilities.py
src/dmu/generic/hashing.py
src/dmu/generic/utilities.py
src/dmu/generic/version_management.py
src/dmu/logging/log_store.py
src/dmu/logging/messages.py
src/dmu/ml/cv_classifier.py
src/dmu/ml/cv_diagnostics.py
src/dmu/ml/cv_performance.py
src/dmu/ml/cv_predict.py
src/dmu/ml/train_mva.py
src/dmu/ml/utilities.py
src/dmu/pdataframe/utilities.py
src/dmu/plotting/fwhm.py
src/dmu/plotting/matrix.py
src/dmu/plotting/plotter.py
src/dmu/plotting/plotter_1d.py
src/dmu/plotting/plotter_2d.py
src/dmu/plotting/utilities.py
src/dmu/rdataframe/atr_mgr.py
src/dmu/rdataframe/utilities.py
src/dmu/rfile/ddfgetter.py
src/dmu/rfile/rfprinter.py
src/dmu/rfile/utilities.py
src/dmu/stats/fit_stats.py
src/dmu/stats/fitter.py
src/dmu/stats/function.py
src/dmu/stats/gof_calculator.py
src/dmu/stats/minimizers.py
src/dmu/stats/model_factory.py
src/dmu/stats/parameters.py
src/dmu/stats/utilities.py
src/dmu/stats/wdata.py
src/dmu/stats/zfit.py
src/dmu/stats/zfit_models.py
src/dmu/stats/zfit_plotter.py
src/dmu/testing/utilities.py
src/dmu/text/transformer.py
src/dmu/workflow/__init__.py
src/dmu/workflow/cache.py
src/dmu_data/__init__.py
src/dmu_data/ml/tests/diagnostics_from_file.yaml
src/dmu_data/ml/tests/diagnostics_from_model.yaml
src/dmu_data/ml/tests/diagnostics_multiple_methods.yaml
src/dmu_data/ml/tests/diagnostics_overlay.yaml
src/dmu_data/ml/tests/train_mva.yaml
src/dmu_data/ml/tests/train_mva_def.yaml
src/dmu_data/ml/tests/train_mva_with_diagnostics.yaml
src/dmu_data/ml/tests/train_mva_with_preffix.yaml
src/dmu_data/plotting/tests/2d.yaml
src/dmu_data/plotting/tests/fig_size.yaml
src/dmu_data/plotting/tests/high_stat.yaml
src/dmu_data/plotting/tests/legend.yaml
src/dmu_data/plotting/tests/line.yaml
src/dmu_data/plotting/tests/name.yaml
src/dmu_data/plotting/tests/no_bounds.yaml
src/dmu_data/plotting/tests/normalized.yaml
src/dmu_data/plotting/tests/plug_fwhm.yaml
src/dmu_data/plotting/tests/plug_stats.yaml
src/dmu_data/plotting/tests/simple.yaml
src/dmu_data/plotting/tests/stats.yaml
src/dmu_data/plotting/tests/styling.yaml
src/dmu_data/plotting/tests/title.yaml
src/dmu_data/plotting/tests/weights.yaml
src/dmu_data/rfile/friends.yaml
src/dmu_data/stats/fitter/test_simple.yaml
src/dmu_data/stats/kde_optimizer/control.json
src/dmu_data/stats/kde_optimizer/signal.json
src/dmu_data/stats/parameters/data.yaml
src/dmu_data/tests/config.json
src/dmu_data/tests/config.yaml
src/dmu_data/tests/pdf_to_tex.txt
src/dmu_data/text/transform.toml
src/dmu_data/text/transform.txt
src/dmu_data/text/transform_set.toml
src/dmu_data/text/transform_set.txt
src/dmu_data/text/transform_trf.txt
src/dmu_scripts/git/publish
src/dmu_scripts/kerberos/check_expiration
src/dmu_scripts/kerberos/convert_certificate
src/dmu_scripts/ml/compare_classifiers.py
src/dmu_scripts/physics/check_truth.py
src/dmu_scripts/rfile/compare_root_files.py
src/dmu_scripts/rfile/print_trees.py
src/dmu_scripts/ssh/coned.py
src/dmu_scripts/text/transform_text.py
tests/conftest.py
tests/arrays/test_arrays_utilities.py
tests/generic/test_generic_utilities.py
tests/generic/test_hashing.py
tests/generic/test_version_management.py
tests/logging/test_log_store.py
tests/logging/test_messages.py
tests/ml/test_cv_classifier.py
tests/ml/test_cv_diagnostics.py
tests/ml/test_cv_performance.py
tests/ml/test_cv_predict.py
tests/ml/test_ml_utilities.py
tests/ml/test_train_mva.py
tests/pdataframe/test_pdataframe_utilities.py
tests/plotting/test_matrix.py
tests/plotting/test_plotter_1d.py
tests/plotting/test_plotter_2d.py
tests/rdataframe/test_atr_mgr.py
tests/rdataframe/test_rdataframe_utilities.py
tests/rfile/test_ddfgetter.py
tests/rfile/test_rfile_utilities.py
tests/rfile/test_rfprinter.py
tests/stats/test_fit_plotter.py
tests/stats/test_fit_stats.py
tests/stats/test_fitter.py
tests/stats/test_function.py
tests/stats/test_gofcalculator.py
tests/stats/test_minimizer.py
tests/stats/test_model_factory.py
tests/stats/test_parameter_library.py
tests/stats/test_stats_utilities.py
tests/stats/test_wdata.py
tests/stats/test_zfit.py
tests/stats/test_zfit_models.py
tests/testing/test_testing_utilities.py
tests/text/test_transformer.py
tests/worflow/test_cache.py