config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 19 forks source link

first pybind11 wrapper for the smooth cpp code! #207

Closed ltsaprounis closed 10 months ago

ltsaprounis commented 10 months ago

Created a copy of the adamGeneral.h and adamGeneral.cpp to experiment with creating pybind11 wrappers for the adamFitter function. In these copies I replaced RcppArmadillo with armadillo and Rcpp with pybind11 and carma.

The package successfully compiles but I haven't tested if it really works yet, we need to come up with some sensible defaults for testing it.

But we can import it in python now which I consider great success! image

config-i1 commented 10 months ago

Amazing stuff!