KishoreKaushal / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:Haskell 100.0%