.coveragerc
.gitignore
LICENSE
MANIFEST.in
README.md
pylintrc
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-docs.txt
requirements.txt
setup.py
.github/workflows/pages.yml
.github/workflows/publish-package.yml
.github/workflows/run-tests.yml
.github/workflows/sync-to-gitlab.yml
energy_fault_detector/ABOUT
energy_fault_detector/VERSION
energy_fault_detector/__init__.py
energy_fault_detector/base_config.yaml
energy_fault_detector/c2c_options.yaml
energy_fault_detector/fault_detector.py
energy_fault_detector/logging.yaml
energy_fault_detector/main.py
energy_fault_detector/registration.py
energy_fault_detector.egg-info/PKG-INFO
energy_fault_detector.egg-info/SOURCES.txt
energy_fault_detector.egg-info/dependency_links.txt
energy_fault_detector.egg-info/entry_points.txt
energy_fault_detector.egg-info/requires.txt
energy_fault_detector.egg-info/top_level.txt
energy_fault_detector/anomaly_scores/__init__.py
energy_fault_detector/anomaly_scores/mahalanobis_score.py
energy_fault_detector/anomaly_scores/rmse_score.py
energy_fault_detector/autoencoders/__init__.py
energy_fault_detector/autoencoders/conditional_autoencoder.py
energy_fault_detector/autoencoders/multilayer_autoencoder.py
energy_fault_detector/config/__init__.py
energy_fault_detector/config/base_config.py
energy_fault_detector/config/config.py
energy_fault_detector/config/quickstart_config.py
energy_fault_detector/core/__init__.py
energy_fault_detector/core/_logs.py
energy_fault_detector/core/anomaly_score.py
energy_fault_detector/core/autoencoder.py
energy_fault_detector/core/data_transformer.py
energy_fault_detector/core/fault_detection_model.py
energy_fault_detector/core/fault_detection_result.py
energy_fault_detector/core/model_factory.py
energy_fault_detector/core/save_load_mixin.py
energy_fault_detector/core/threshold_selector.py
energy_fault_detector/data_preprocessing/__init__.py
energy_fault_detector/data_preprocessing/angle_transformer.py
energy_fault_detector/data_preprocessing/column_selector.py
energy_fault_detector/data_preprocessing/counter_diff_transformer.py
energy_fault_detector/data_preprocessing/data_clipper.py
energy_fault_detector/data_preprocessing/data_preprocessor.py
energy_fault_detector/data_preprocessing/duplicate_value_to_nan.py
energy_fault_detector/data_preprocessing/low_unique_value_filter.py
energy_fault_detector/data_splitting/__init__.py
energy_fault_detector/data_splitting/data_splitter.py
energy_fault_detector/evaluation/__init__.py
energy_fault_detector/evaluation/care2compare.py
energy_fault_detector/evaluation/care_score.py
energy_fault_detector/evaluation/predist_dataset.py
energy_fault_detector/quick_fault_detection/__init__.py
energy_fault_detector/quick_fault_detection/configuration.py
energy_fault_detector/quick_fault_detection/data_loading.py
energy_fault_detector/quick_fault_detection/optimization.py
energy_fault_detector/quick_fault_detection/output.py
energy_fault_detector/quick_fault_detection/quick_fault_detector.py
energy_fault_detector/root_cause_analysis/__init__.py
energy_fault_detector/root_cause_analysis/arcana.py
energy_fault_detector/root_cause_analysis/arcana_utils.py
energy_fault_detector/threshold_selectors/__init__.py
energy_fault_detector/threshold_selectors/adaptive_threshold.py
energy_fault_detector/threshold_selectors/fbeta_threshold.py
energy_fault_detector/threshold_selectors/fdr_threshold.py
energy_fault_detector/threshold_selectors/quantile_threshold.py
energy_fault_detector/utils/__init__.py
energy_fault_detector/utils/_deprecations.py
energy_fault_detector/utils/analysis.py
energy_fault_detector/utils/data_downloads.py
energy_fault_detector/utils/visualisation.py
img/2025_Logo_Energy-Fault-Detector_white-green.png
img/Logo_Energy-Fault-Detector.png
img/OSS-Grafical_abstract2.png
notebooks/CARE to Compare/CARE to Compare.ipynb
notebooks/CARE to Compare/c2c_configs/windfarm_A.yaml
notebooks/CARE to Compare/c2c_configs/windfarm_B.yaml
notebooks/CARE to Compare/c2c_configs/windfarm_C.yaml
notebooks/PreDist/PreDist.ipynb
notebooks/PreDist/predist_utils.py
notebooks/PreDist/configs/m1_cond_ae.yaml
notebooks/PreDist/configs/m1_default_ae.yaml
notebooks/PreDist/configs/m1_doy_ae.yaml
notebooks/PreDist/configs/m2_cond_ae.yaml
notebooks/PreDist/configs/m2_default_ae.yaml
notebooks/PreDist/configs/m2_doy_ae.yaml
notebooks/example_models/__init__.py
notebooks/example_models/example_autoencoder.py
notebooks/example_models/example_threshold.py
notebooks/example_models/telemanon_errors.py