mimizuku 0.1.0
pip install mimizuku==0.1.0
Newer version available (0.2.34)
Released:
A package for anomaly detection using Isolation Forest for Wazuh Alerts
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: pyama86
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
Project description
Mimizuku
Mimizuku is a Python package for anomaly detection using Isolation Forest. It is designed to process log files and detect anomalies based on a variety of features.
Installation
pip install .
Usage
from mimizuku import Mimizuku
# Initialize the model
model = Mimizuku(n_estimators=500)
# Train the model with a log file or DataFrame
model.fit("./training.json")
# Save the trained model
model.save_model("./model.pkl")
# Load the model and use it for prediction
loaded_model = Mimizuku.load_model("./model.pkl")
anomalies_df = loaded_model.predict("./test.json")
# Display detected anomalies
print(anomalies_df)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: pyama86
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
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 mimizuku-0.1.0.tar.gz
.
File metadata
- Download URL: mimizuku-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ba430b2ad1e7c81c7889bbf1dce69d61119a6f58c9775ec52e026805f6e4561 |
|
MD5 | e94f0e758dbc698c7fa126007076a9b8 |
|
BLAKE2b-256 | df87e5e7db9f9004c0ecf2ff35612054008e3edc9ef036945002ef05e1ade690 |
File details
Details for the file mimizuku-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: mimizuku-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc0a6915af2e7a90325b28190ff0d43918af62c174fb8f17a72541d697778d8e |
|
MD5 | ba7303d283b014251651750d2a5c36cb |
|
BLAKE2b-256 | da51d8ba26c664c215b34518187094df8b7d5df1485c6ad801b08cd5a113593f |