Skip to content

ruivieira/nim-mentat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mentat

A Nim library for data science and machine learning.

Features

  • Balanced Box-Decomposition Trees (BBD trees, example and blog post)
  • Exponentially weighted moving averages (EWMA) (example)
  • Monotonic Cubic Spline interpolation (example)

Examples

Full examples can be found here.

Examples use the matplotnim and science packages. You should install them with

nimble install matplotnim
nimble install science

before running the example's code.

Packages

No packages published

Languages