You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CountEmbedder doesn't have fit or fit_transform function - it will be a problem to run a pipeline where we want to swap classes and reuse the same functions.
The should be a default implementation for fit and fit_transform as noop and copy of transform.
The text was updated successfully, but these errors were encountered:
CountEmbedder
doesn't havefit
orfit_transform
function - it will be a problem to run a pipeline where we want to swap classes and reuse the same functions.The should be a default implementation for
fit
andfit_transform
as noop and copy oftransform
.The text was updated successfully, but these errors were encountered: