/classy-lala

Module for Regression and Classification, written in Rust and Typescript.

Primary LanguageTypeScriptMIT LicenseMIT

Classy Lala

WIP Regression and Classification ML library for Deno.

Supports:

  • Linear Regression (1D)
  • Logistic Regression (binary classification)

ToDo:

  • K-Nearest Neighbours
  • Decision Tree Classifier
  • Support Vector Machine
  • Random Forest Classifier