Skip to main content

Entity prioritization and escalation detection using GLMM statistical models

Project description

Priorityx: Entity prioritization and escalation detection using GLMM statistical models

PyPI version Downloads Tests Python License

Entity prioritization and escalation detection using GLMM statistical models

Installation

pip install priorityx

Quick Start

Deterministic runs

Set PRIORITYX_GLMM_SEED (or call set_glmm_random_seed()) before running analyses to obtain repeatable GLMM estimates during debugging or CI checks:

PRIORITYX_GLMM_SEED=1234 python your_script.py
import pandas as pd
from priorityx.core.glmm import fit_priority_matrix
from priorityx.viz.matrix import plot_priority_matrix

df = pd.read_csv("data.csv")

results, stats = fit_priority_matrix(
    df,
    entity_col="service",
    timestamp_col="date",
    temporal_granularity="quarterly"
)

plot_priority_matrix(results, entity_name="Service", save_plot=True)

Features

  • GLMM-based priority matrix (Q1–Q4) with entity-level intercept/slope insights
  • Priority-based transition timeline (Crisis / Investigate / Monitor / Low) with spike markers (*X, *Y, *XY)
  • Cumulative movement tracking and trajectory visualizations
  • Transition driver analysis that surfaces top subcategories causing quadrant shifts with spike summaries
  • Deterministic seeding option for reproducible GLMM runs (set PRIORITYX_GLMM_SEED)

Use Cases

IT incidents, software bugs, compliance violations, performance monitoring.

Documentation

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

priorityx-0.2.6.tar.gz (235.4 kB view details)

Uploaded Source

Built Distribution

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

priorityx-0.2.6-py3-none-any.whl (41.6 kB view details)

Uploaded Python 3

File details

Details for the file priorityx-0.2.6.tar.gz.

File metadata

  • Download URL: priorityx-0.2.6.tar.gz
  • Upload date:
  • Size: 235.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for priorityx-0.2.6.tar.gz
Algorithm Hash digest
SHA256 264bc2a6915c4e6e5ad86fa68288a60e0f7fad3ec2f863788ed50dc9d2ffcd0a
MD5 0a857171580750aaa534b4f2599061ff
BLAKE2b-256 a59fb7548f03556417eba576d19a696bae15fcb3a48b2f28e4ae2c5e7408d0a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for priorityx-0.2.6.tar.gz:

Publisher: release.yml on okkymabruri/priorityx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file priorityx-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: priorityx-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 41.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for priorityx-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 cb580cfe38db9de13aca8671436d5bd451d57ba16e968c6c2e199b2152bc95c0
MD5 cf55346073db46d9257f1b0140ef220d
BLAKE2b-256 30daff6e6f51d18191aa869c91e5a52f70ae01e2ca999675e16eb83da8cf4e43

See more details on using hashes here.

Provenance

The following attestation bundles were made for priorityx-0.2.6-py3-none-any.whl:

Publisher: release.yml on okkymabruri/priorityx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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