Will Buchanan

Results 3 issues of Will Buchanan

I'm attempting to rebuild our ML pipeline using MLeap to serve our models. Our transformers are written in Java and mostly extend Spark's `UnaryTransformer` class. They all also start with...

waiting for input

Versions: MLeap: 0.12.0 Scala: 2.11.8 Spark: 2.3.1 I'm having issues saving and loading models directly in hadoop. I have a class that looks like ```scala package com.myProject.nlp.my.utils import ml.combust.bundle.BundleFile import...

I am new to both spark and MLeap and am working in a Java codebase trying to update our prediction service to use MLeap (v0.12.0) to predict on spark (v2.3.1)...