.coveragerc
.gitignore
CHANGELOG.md
Dockerfile
LICENSE
Makefile
README.md
docker-compose.yaml
requirements.dev.txt
requirements.txt
setup.cfg
setup.py
ui.py
.github/workflows/release.yml
.github/workflows/test.yml
examples/README.md
examples/example-01.ipynb
examples/example-02.ipynb
examples/example-03.ipynb
media/anomaly_scoring.png
media/arch.png
media/dashboard.png
pythoth.egg-info/PKG-INFO
pythoth.egg-info/SOURCES.txt
pythoth.egg-info/dependency_links.txt
pythoth.egg-info/requires.txt
pythoth.egg-info/top_level.txt
sample_datasets/temperatures.json
sample_datasets/temperatures_extended.json
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/thoth/__init__.py
tests/integration/thoth/test_anomaly.py
tests/integration/thoth/test_service_layer.py
tests/unit/__init__.py
tests/unit/thoth/__init__.py
tests/unit/thoth/test_dataset.py
tests/unit/thoth/test_dataset_generation.py
tests/unit/thoth/test_profiler.py
tests/unit/thoth/test_quality.py
tests/unit/thoth/test_repository.py
tests/unit/thoth/test_anomaly/__init__.py
tests/unit/thoth/test_anomaly/test_base.py
tests/unit/thoth/test_anomaly/test_error_metrics.py
tests/unit/thoth/test_anomaly/test_models.py
tests/unit/thoth/test_anomaly/test_optimization.py
tests/unit/thoth/test_anomaly/test_scoring.py
tests/unit/thoth/test_testing/__init__.py
tests/unit/thoth/test_testing/test_dataframe.py
thoth/__init__.py
thoth/__metadata__.py
thoth/base.py
thoth/dataset.py
thoth/profiler.py
thoth/quality.py
thoth/repository.py
thoth/service_layer.py
thoth/anomaly/__init__.py
thoth/anomaly/error_metrics.py
thoth/anomaly/models.py
thoth/anomaly/optimization.py
thoth/anomaly/scoring.py
thoth/testing/__init__.py
thoth/testing/dataframe.py
thoth/util/__init__.py
thoth/util/custom_typing.py
thoth/util/dashboard.py
thoth/util/dataset_generation.py
thoth/util/viz.py