No description
Find a file
Rui Vieira 759f97c621
Merge pull request #1 from ruivieira/bbd-trees
Add BBD trees. Release 0.1.2
2019-05-07 12:10:31 +01:00
examples Add BBD trees. Release 0.1.2 2019-05-07 12:09:24 +01:00
src Add BBD trees. Release 0.1.2 2019-05-07 12:09:24 +01:00
.gitignore Add BBD trees. Release 0.1.2 2019-05-07 12:09:24 +01:00
LICENSE Initial commit 2018-10-09 20:44:12 +01:00
mentat.nimble Add BBD trees. Release 0.1.2 2019-05-07 12:09:24 +01:00
README.md Add BBD trees. Release 0.1.2 2019-05-07 12:09:24 +01:00

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.