thanks for this amazing porting of timetk in python.
I would suggest a new API called augment_spline to add Basis Splines / Natural Splines / Cyclic Splines / etc. to the dataframe as new columns.
Here is a simple example I did using statsmodels.gam.api module
Hi @mdancho84 ,
thanks for this amazing porting of
timetk
in python. I would suggest a new API called augment_spline to add Basis Splines / Natural Splines / Cyclic Splines / etc. to the dataframe as new columns.Here is a simple example I did using
statsmodels.gam.api
moduleIt is far from ideal, but it is a quick way of doing it. Thatnks a lot. Looking forward to have all the
timetk
APIs in python too.