Should be able to do things like: ```python model.fit() model.fit_transform() model.transform() ``` where only the model (which is a `BaseTFRepresentation`) changes. Maybe add support for pipelines too.
Should be able to do things like:
where only the model (which is a
BaseTFRepresentation) changes.Maybe add support for pipelines too.