Anomaly detection for one-dimensional data
Project description
xiezhi: The First One-dimensional Anomaly Detection Tool
Install
pip install xiezhi-ai
Usage
The inputs include data, beta, and alpha.
data: The current version only supports the detection of one-dimensional data, so the data should be a list.
beta and alpha are set between 0 and 1 and beta is smaller than alpha, if there are few anomalies, beta and alpha can be set close to 1; otherwize, it should be set close to 0.5. If the number of anomalies are unknown, then both of beta and alpha should be close to 0.5.
Below is the example:
import xiezhi as xz
data=[1,2,3,4,5,6,7,9,10,20] # here 20 is the anomaly
benign_data=xz(data,0.7,0.9) # xiezhi will return the benign data
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 xiezhi-ai-0.0.0.tar.gz.
File metadata
- Download URL: xiezhi-ai-0.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eea4f274e22e890591c65f915849755d2cd246302e3a967d679a407db3c66262
|
|
| MD5 |
b5ea198c675491935c61579c85df40fa
|
|
| BLAKE2b-256 |
5a5052cb57125b44b2f133565b7311b82fa5369cdd27b32cd05a9b9596301cd4
|
File details
Details for the file xiezhi_ai-0.0.0-py3-none-any.whl.
File metadata
- Download URL: xiezhi_ai-0.0.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8d091b9ecbcaed5a8816332ce6996d7952cdda9d180cdb03afeb3d0ef8751c1
|
|
| MD5 |
5a21b209657e7287fec45ece5f897f90
|
|
| BLAKE2b-256 |
93ba948c1f78786f63e9431ecf5339b6cac9f60fc42d8612eed9a8832ea05c12
|