You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic project to explore anomaly detection mathematically.
Setup
(Optional) Create a virtual environment:
python -m venv venv
Install the dependencies
pip install -r requirements.txt
Start Jupyter Lab:
jupyter lab
About
Python project for anomaly detection using statistical methods and machine learning on simulated and multivariate data, with notebooks for exploration, testing, and visualization.