sklearn-pandas
sklearn-pandas copied to clipboard
reverse_transform for DataFrameMapper
Hi everyone,
I'd like to ask if it is possible to implement a reverse_transform method on the DataFrameMapper class, so that I can turn lists of sklearn vectors back into Pandas DataFrames.
Best, Daniel
See issue #41, I guess it is the same request what you're asking about.