mattomatic

Results 5 comments of mattomatic
trafficstars

https://github.com/twosigma/flint/pull/64 Managed these changes to get it to build under spark 2.4

The issue is actually how the wheel file gets unpacked on the YARN worker nodes. If you unzip the wheel file you'll see that there isn't an __init__.py file underneath...

Thanks again. I followed the instructions on https://github.com/tensorflow/decision-forests/issues/81 but did not get as far as the commenter there because I get an error immediately on the call to `Tensorflow.loadLibrary`: ```...

Hey I wanted to give you an update. The discussion went towards how to generically solve this problem with new vs old ABI. We took the path described above of...

Is there a better workaround now than the one referenced on SO? I'm currently running into this issue.