Skip to content

andrediluca/webvalley_anomalydetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webvalley_anomalydetection

Requirements

To execute the Jupyter Notebook, you will need to have some packages installed.

  1. Create a new conda environment:
conda create -n anomaly_env python=3.12
  1. To activate this environment, use
conda activate anomaly_env
  1. Install the required packages by running the following command:
pip install pandas matplotlib torch scikit-learn numpy jupyterlab
  1. Clone the repo Clone the repo by executing:
git clone https://github.com/andrediluca/webvalley_anomalydetection.git

Run the code

  1. Move to the repository you just downloaded:
cd /path/to/webvalley_anomalydetection
  1. Launch your VSCode session or JupyterLab session and run the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published