mtsol
mtsol
how long will it take?
writer method is in the DefaultLeapFrame class, you must be looking somewhere else /** Writer for this leap frame * * @param format package with a DefaultWriter * @param ct...
Hello @candalfigomoro were you able to build jar with scala 2.12 and use it successfully?
I tried with spark 3.1 and it didn't work, when I try with spark 3.0, it worked. Can you tell me if I am doing anything wrong.
Question: Alternative to MLeap for Real-Time Inference Without Spark Context with SparkXGBClassifier
I have made changes in mleap source code, to work with spark 4.0.x with scala 2.13 , I can share the jars with you
Question: Alternative to MLeap for Real-Time Inference Without Spark Context with SparkXGBClassifier
@mitgard , I wasn't using tensorflow so I skipped its jar, I have the others.
getting this error while model loading java.lang.ClassCastException: class ml.bundle.Bundle cannot be cast to class scala.Product (ml.bundle.Bundle and scala.Product are in unnamed module of loader 'app') at spray.json.ProductFormatsInstances$$anon$6.read(ProductFormatsInstances.scala:165) at spray.json.ProductFormatsInstances$$anon$6.read(ProductFormatsInstances.scala:146) at...