a collection of time series algorithms, focused on the underexplored goals of clustering and classification
with techniques from data compression and signal processing.
feat: python library to manage column features in scikit learn
this library had little adoption, but I’m proud of this one. In R, the output of statistical and
machine learning models are in the context of the input feature names: for example, R
will say “location” is significant.
Scikit learn does not carry this data forward, so you have to manually remap
outcomes and feature importances back to the input feature names. This library fixes that.
leadr: R package to manage machine learning model metadata