models class for quick Anomaly Detection
Project description
AnomalyDetectionModel
AnomalyDetectionModels
Overview
AnomalyDetectionModel
is a python library that includs some simple implementation of an anomaly detection model.
For more details, please refer to the document page:
Document
pypi page link is here:(https://pypi.org/project/quick-anomaly-detector/)
Quick Start
Installation
You can install Anomaly Detection Model
using pip:
pip install quick-anomaly-detector
Quick Start:
from quick_anomaly_detector.models import AnomalyGaussianModel
# Load your datasets (X_train, X_val, y_val)
model = AnomalyGaussianModel()
# Train the model
model.train(X_train, X_val, y_val)
# Predict anomalies in the validation dataset
anomalies = model.predict(X_val)
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
File details
Details for the file quick-anomaly-detector-0.3.5.tar.gz
.
File metadata
- Download URL: quick-anomaly-detector-0.3.5.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 691fe4468a3aedd0edae4d33de9a73d466f56fa62a8206e50e2efb7402500621 |
|
MD5 | 8cadf2db5b0c6d57703f468a4b92ab9f |
|
BLAKE2b-256 | 49940d23c96316e766474cb01473d502b7e34908d2e2bcd88f69eef9b29c4123 |
File details
Details for the file quick_anomaly_detector-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: quick_anomaly_detector-0.3.5-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37177a3c388b1b8302f1a2c1754ded502b5b540e6c87150ddbb938f5b3a0ee79 |
|
MD5 | efb6e921016eace9374bdcf76c348d6d |
|
BLAKE2b-256 | e3101e1f8e540054803fc1ea633b48a27eaa2300207c0ee255ef3a275f4b98c6 |