gramex
gramex copied to clipboard
MAINT: Move Pandas code away from MLHandler
MLHandler needs to grow to accommodate vision and NLP frameworks - pandas remains relevant only to sklearn models / tabular data. This commit moves most pandas code away from MLHandler to the SklearnModel wrapper.
MLHandler is ~100 lines smaller.