LICENSE
README.md
pyproject.toml
ml_exp_comparator/__init__.py
ml_exp_comparator/expertiments_runner.py
ml_exp_comparator.egg-info/PKG-INFO
ml_exp_comparator.egg-info/SOURCES.txt
ml_exp_comparator.egg-info/dependency_links.txt
ml_exp_comparator.egg-info/requires.txt
ml_exp_comparator.egg-info/top_level.txt
ml_exp_comparator/dataset_stores/__init__.py
ml_exp_comparator/dataset_stores/dataset_store.py
ml_exp_comparator/dataset_stores/mnist_dataset_store.py
ml_exp_comparator/metrics_runners/__init__.py
ml_exp_comparator/metrics_runners/accuracy_metric_runner.py
ml_exp_comparator/metrics_runners/bin_accuracy_metric_runner.py
ml_exp_comparator/metrics_runners/metric_runner.py
ml_exp_comparator/metrics_runners/mnist_accuracy_metric_runner.py
ml_exp_comparator/models_runners/__init__.py
ml_exp_comparator/models_runners/model_runner.py
ml_exp_comparator/models_runners/simple_model_runner.py
ml_exp_comparator/results_aggregators/__init__.py
ml_exp_comparator/results_aggregators/results_aggregator.py
ml_exp_comparator/results_aggregators/table_results_aggregator.py
tests/test_accuracy.py
tests/test_bin_accuracy.py
tests/test_mnist.py
tests/test_table_results_aggregator.py
tests/test_utils.py