A sequential hybrid anomaly detection framework combining PyTorch GRUs and Isolation Forests.
Project description
seq_hybrid_detector
seq_hybrid_detector is a small Python package scaffold for sequence hybrid detection workflows.
What is included
The repository currently provides a clean src/ layout with starter modules for loading data, defining core models, and wiring a simple pipeline.
Project layout
seq_hybrid_detector/
├── LICENSE
├── README.md
├── pyproject.toml
└── src/
└── seq_hybrid_detector/
├── __init__.py
├── data_engine.py
├── models.py
└── pipeline.py
Installation
From the project root, install the package in editable mode during development:
pip install -e .
Modules
data_engine.pycontains basic sequence loading and normalization helpers.models.pydefines lightweight dataclasses for input samples and predictions.pipeline.pyprovides a starter pipeline class for fitting and predicting.
Status
This is a scaffold, not a finished detector. The modules are in place for you to extend with real preprocessing, model training, and scoring logic.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seq_hybrid_detector-0.1.0.tar.gz.
File metadata
- Download URL: seq_hybrid_detector-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed37cbeb4567f615b3cc7062fe4cbaec6a36caffd3998cc254ba9f953f0c84db
|
|
| MD5 |
69e4ba3b08a2f4d8cd23ae65e8b0cd0a
|
|
| BLAKE2b-256 |
2f441314acf3d1f703a00f1b20a22c37424bb1040dc0022267e555b82333c0b5
|
File details
Details for the file seq_hybrid_detector-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seq_hybrid_detector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e4a5759396dab1aa473ce1052a2879af67edc5c866f2506e93aa5eb53ea1bb
|
|
| MD5 |
c75a7640eace007c1d2709fd3ca27239
|
|
| BLAKE2b-256 |
1321a956ebbea3beb9b61c56a093e692d26cb41534532fefaa9194ae1caa43f7
|