tftb icon indicating copy to clipboard operation
tftb copied to clipboard

Sklearn-like API

Open jaidevd opened this issue 8 years ago • 0 comments

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.

jaidevd avatar Nov 30 '16 06:11 jaidevd