gramex icon indicating copy to clipboard operation
gramex copied to clipboard

MAINT: Move Pandas code away from MLHandler

Open jaidevd opened this issue 3 years ago • 0 comments

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.

jaidevd avatar Sep 07 '22 04:09 jaidevd