mleap
mleap copied to clipboard
Complex DataTypes in LeapFrames
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) models.
Part of that requires recreating spark DataFrames as MLeap frames. In the spark frames we have a number of complex types: MapType
s, ArrayType[ArrayType[String]
s , and ArrayType[StructType]
s.
If these are supported by MLeap, I can't seem to understand how to recreate them. Any advice would be greatly appreciated!