rstudio/mleap

json serde fails for integers

kevinykuo opened this issue · 0 comments

Integer inputs aren't handled by mleap_transform() because the schema persisted by the mleap model doesn't match up w/ the serializer.

https://github.com/combust/mleap/blob/d276c1c800277a1edcf30dda6e8559c7413b21f8/mleap-runtime/src/main/scala/ml/combust/mleap/json/JsonSupport.scala#L133