mirror of
https://github.com/ruivieira/nim-mentat
synced 2026-01-05 11:51:19 +00:00
No description
|
|
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| mentat.nimble | ||
| README.md | ||
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.