mleap
mleap copied to clipboard
Question: Using custom transformers with mleap-serving
Does someone have an example of using custom transformers with mleap-serving? I have a jar file containing custom transformers and want to load them. I'm new to scala, sbt, etc, so any help would be greatly appreciated.
Have you written Custom Transformation in Spark or Mleap?
Mleap
Hope you have followed following link, we need to create reference.conf file and add custom Transformer entry there as mentioned in following doc. This will load all custom transformation classes, otherwise you get error.
https://github.com/combust/mleap-docs/blob/master/mleap-runtime/custom-transformer.md