Skip to main content

models class for quick Anomaly Detection

Project description

AnomalyDetectionModel

AnomalyDetectionModels

License: MIT

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


Download files

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

Source Distribution

quick-anomaly-detector-0.3.5.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

quick_anomaly_detector-0.3.5-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file quick-anomaly-detector-0.3.5.tar.gz.

File metadata

File hashes

Hashes for quick-anomaly-detector-0.3.5.tar.gz
Algorithm Hash digest
SHA256 691fe4468a3aedd0edae4d33de9a73d466f56fa62a8206e50e2efb7402500621
MD5 8cadf2db5b0c6d57703f468a4b92ab9f
BLAKE2b-256 49940d23c96316e766474cb01473d502b7e34908d2e2bcd88f69eef9b29c4123

See more details on using hashes here.

File details

Details for the file quick_anomaly_detector-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for quick_anomaly_detector-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 37177a3c388b1b8302f1a2c1754ded502b5b540e6c87150ddbb938f5b3a0ee79
MD5 efb6e921016eace9374bdcf76c348d6d
BLAKE2b-256 e3101e1f8e540054803fc1ea633b48a27eaa2300207c0ee255ef3a275f4b98c6

See more details on using hashes here.

Supported by

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