YouTokenToMe
YouTokenToMe copied to clipboard
Is it possible to wrap the calls in pyspark UDFs?
This is a great tool for data preprocessing. I was wondering if it is possible to use it distributed by wrapping the inference function (not the training part) into spark (pyspark) UDFs.
An update: I was trying to implement this myself and looks like this is not possible currently because the objects cannot be pickled. This is now related to issue #32