Skip to content

WebValley2024/webvalley24_anomalydetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webvalley24_anomalydetection

Requirements

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

  1. Create a new conda environdment:
conda create -n anomaly_env python=3.12
  1. To activate this environment, use
conda activate anomaly_env
  1. Install the reuired 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/webvalley24_anomalydetection.git

Run the code

  1. Move to the repository you just downloaded:
cd /path/to/webvalley24_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

Languages

  • Jupyter Notebook 100.0%