Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 531 Bytes

Faml is FAst Machine Learning library for C++ Build Status

The aim of this library is to implement various machine learning methods in fast out-of-core fashion.

Models:

  • KNN
  • Decision Tree
  • Linear regression
  • Logistic regression

Requirements:

Build instructions:

    mkdir build && cd build
    cmake ..
    make