Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

INF367 Selected Topics in Artificial Intelligence: Project 1 - Isolation Forest anomaly detection

Notifications You must be signed in to change notification settings

H00N24/INF367-Project-Isolation-Forest

Repository files navigation

INF367 Project 1

Implementation and testing of Isolation Forest anomaly detection method

Solution

Project assigment and are in Project 1.ipynb jupyter notebook.

Prerequisities

  • python >=3.7
  • python venv/virtualenv library
  • python libraries specified in requiriments.txt

Commands for installing & running the notebook

  • Creating and activating python virtual enviroment
$ python -m virtualenv venv # python -m venv venv
$ source venv/bin/activate
  • Installing python libraries and ipykernel for jupyter notebook
[venv]$ pip install -r requiriments.txt
[venv]$ python -m ipykernel install --user --name inf367-project-1 --display-name "INF367 Project 1"
  • Unziping data and running the notebook
[venv]$ unzip credit-card-fraud.zip
[venv]$ jupyter notebook

About

INF367 Selected Topics in Artificial Intelligence: Project 1 - Isolation Forest anomaly detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published