sibyl-dev / pyreal

An easier approach to using and understanding ML models
MIT License
20 stars 1 forks source link

Rename DataframeWrapper #527

Closed zyteka closed 8 months ago

zyteka commented 8 months ago

The DataFrameWrapper class is basically the wrapper than any non-pyreal transformer should be put into, but users shouldn't need to think about data structures to understand it. One way to make code seem more natural, if possible, is to have the base Transformer class do the dataframewrapper functionality