Skip to main content

evaluation_lumo is a package for evaluating the LUMO damage detection system.

Project description

LUMO Damage Detection Evaluation Package

This package provides a standardized framework for evaluating damage detection and localization strategies using the LUMO dataset. Users can input timestamps alongside their corresponding anomaly indices, and the package computes various performance scores for each damage case, promoting consistency in damage detection evaluation.

Features

  • Standardized Evaluation Metrics: Calculates TPR and FPR at a threshold set such as FPR for training data is 1%. The training dataset should be only the first moth of data
  • Damage Case Analysis: Provides detailed performance evaluations for each specific damage scenario within the LUMO dataset.

Installation

To install the package, run:

pip install evaluation_lumo

## Usage

To use the package, import the `evaluation_lumo.evaluation` module and call the `compute_tr_by_events` function or `compute_mean_variation` function.

```python
from evaluation_lumo.evaluation import compute_tr_by_events, compute_mean_variation

# Example usage

date_index = pd.date_range(start='2021-08-01', ends="2022-08-01", freq='10T')
associated_damage_index = np.random.random(len(date_index))
compute_tr_by_events(date_index, associated_damage_index)
compute_mean_variation(date_index, associated_damage_index)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evaluation_lumo-0.1.6.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evaluation_lumo-0.1.6-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file evaluation_lumo-0.1.6.tar.gz.

File metadata

  • Download URL: evaluation_lumo-0.1.6.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for evaluation_lumo-0.1.6.tar.gz
Algorithm Hash digest
SHA256 157deaa8cba1379069749f4b84c112462df3378ba45e4cf04ffa49cd700c0f33
MD5 a6c3ea2eb793fb9b7ba97e844f172ca2
BLAKE2b-256 8ad18db3480e4c428602240451ae918b5f32f6cb9a9adae9f80fdaa8a892e8ba

See more details on using hashes here.

File details

Details for the file evaluation_lumo-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for evaluation_lumo-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 27d319bdba52ea6009fa1640f75875debfdd32b39e4cfe4a6a6f8e9b37859bf4
MD5 2572ede8f5966c690d387ca5d120545c
BLAKE2b-256 b7e285a26b200bd6eb50c6134a1ee9d27f1d5c2c571d40fe23c990d89ba21c24

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page