mleap
mleap copied to clipboard
MLeap: Deploy ML Pipelines to Production
Hello, I have been trying to test the root project and I get this exception: ``` [info] - saves local file to HDFS [error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/LeapFrameScoringController.scala:79:15: not found: value ExceptionUtils [error]...
Hi, What is the best way to use XGBoost with mleap=0.22.0. Specifically, I'd like to make a pipeline and then serialize it into a bundle. Is there a demo somewhere...
Signed-off-by: Weichen Xu Build with openjdk 8
Following from https://github.com/combust/mleap/issues/617, mleap still appears to depend on a very narrow range of scikit-learn versions: ` 'scikit-learn>=0.22.0,
Hi, I have the question below from another repo that I think is no longer active, so I pasted it. Basically, I don't quite understand why with bigger data batch...
I have created a PCA model and able to serializeToBundle without any issues. However, after deserializeFromBundle and trying to transform, I am encountering below error: py4j.protocol.Py4JJavaError: An error occurred while...
Hello Team, When I am trying to serialize a Spark Pipeline Model to a Mleap bundle. I am getting the below exception java.util.NoSuchElementException: key not found: org.apache.spark.ml.PipelineModel at scala.collection.immutable.Map$Map2.apply(Map.scala:227) at...
Any plans to upgrade to Spark 3.5 and the latest Xgboost 2.x ?