PolyMathOrg / DataFrame

DataFrame in Pharo - tabular data structures for data analysis
MIT License
73 stars 27 forks source link

Delete dependency of normalizer #168

Open jordanmontt opened 2 years ago

jordanmontt commented 2 years ago

DataFrame should not depend on normalizer

jecisc commented 1 year ago

I talked with Oleks and this is in my todo list :)

I want to remove the normalizer dependency and add documentation about the cools things we have on data processing in Pharo AI like normalizer, partitioner, imputer, and I'm starting an encoder

jordanmontt commented 1 year ago

Yes, super cool :)

jordanmontt commented 1 year ago

I agree with the idea of having a DataFrame structure as clean as possible and then be able to add "plugins" like the normalizer, imputer, etc