Skip to main content

Add your description here

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.3.tar.gz (6.7 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.3-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: evaluation_lumo-0.1.3.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.5

File hashes

Hashes for evaluation_lumo-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7c7da9f1d4a19986d4c12c671a2416ca9ae5c442b710ce7b56c26077e3a646a6
MD5 5800c39f2ce3dde6aa9ed8511e0a9658
BLAKE2b-256 98db7a2e4afc26032b0dd6d7a0252a3c452b295ef16d2f3f0e8cd11532d86e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for evaluation_lumo-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3e0f3e575613a4c74e9253df4761d6e3fac76094824b7729fcb50008622e0652
MD5 17f1edce3c472f62a3780513ea44d6ea
BLAKE2b-256 5b058e9f063d47f3cf0ab3b1640e8e3e3381534da7d8d93bc5af41280b061d5f

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