/HOD

Haskell outlier detection library provides the implementation of most widely used outlier (anomaly) detection algorithms in the Haskell programming language. This is our attempt to fix the shortcomings of this programming language in the machine learning domain.

Primary LanguageHaskellMIT LicenseMIT

HOD - Haskell Outlier Detection Library

Build Status

This is a haskell library for Outlier Detection. Currently, only a few outlier detection algorithms is implemented. Watch this project for more updates.

Steps to get this working on your system:

git clone https://github.com/KishoreKaushal/HOD.git
cd HOD
cabal install