A Nim library for data science and machine learning.
- Balanced Box-Decomposition Trees (BBD trees, example and blog post)
- Exponentially weighted moving averages (EWMA) (example)
- Monotonic Cubic Spline interpolation (example)
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.