scikit-signal / tftb

A Python module for time-frequency analysis
261 stars 56 forks source link

Sklearn-like API #146

Open jaidevd opened 7 years ago

jaidevd commented 7 years ago

Should be able to do things like:

model.fit()
model.fit_transform()
model.transform()

where only the model (which is a BaseTFRepresentation) changes.

Maybe add support for pipelines too.