jsleight
jsleight
fyi, this repo is pretty much abandoned. However, there is a community driven fork which is actively maintained and has spark 3 support, hadoop 3.2 support, etc. https://github.com/spark-redshift-community/spark-redshift
I'm happy to review/accept PRs for either/both upgrades if anyone wants to make one 👍
I've started to use onnx for some stuff alongside mleap as well. I've mostly done TF/pytorch stuff and not sure if I've done xgboost on onnx yet. [onnx docs](https://onnx.ai/) have...
I suspect something is wrong with the op registry, though don't see anything obviously wrong with what you've put in the reference.conf. I usually use sbt and [merge strategies](https://github.com/sbt/sbt-assembly?tab=readme-ov-file#merge-strategy) to...
> Surprisingly, the unit test case passes in local i.e. I am able to serialize the pipeline model to a mleap bundle with the same above steps. problem occurs only...
you might need to add `bundle-hdfs` package into your jvm for the hdfs writing to work https://github.com/combust/mleap/blob/8784e8eec1a5adf2164e1cb3e18f4d853d94fe36/bundle-hdfs/README.md Not sure if direct writing to s3 will work or not. As a...