tftb
tftb copied to clipboard
Sklearn-like API
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.