meerkat icon indicating copy to clipboard operation
meerkat copied to clipboard

[FEATURE] Add caching functionality to LambdaColumn

Open seyuboglu opened this issue 3 years ago • 0 comments

I’m envisioning is something in between a map and a LambdaColumn where the computation happens lazily but is cached once it’s computed. Right now, it’s either you do it all up front or you don’t get caching.

This idea was raised @ANarayan who pointed out that it would be helpful for caching feature preprocessing in NLP pipelines.

seyuboglu avatar Nov 04 '21 02:11 seyuboglu