You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I'm very new to PMML and JPMML, and my goal is to use a PMML model that I've generated through Python in my Android application to do live predictions by feeding it input variables. From answers I've received to other questions, JPMML-Android seems like the most promising way to go about doing this. However, I'm not at all sure of how to implement this.
Do I need to do anything with JPMML-Model or JPMML-Evaluator, or can I directly use JPMML-Android?
When integrating JPMML-Android with my project, is all I need the Library JAR file that gets generated from the Maven build?
How do I send my own data into the model to get an output prediction?
I apologize for these probably simple questions; I'm just super new, and on a time-crunch to implement some ML models in my Android app. Thanks in advance!
Hi there. I'm very new to PMML and JPMML, and my goal is to use a PMML model that I've generated through Python in my Android application to do live predictions by feeding it input variables. From answers I've received to other questions, JPMML-Android seems like the most promising way to go about doing this. However, I'm not at all sure of how to implement this.
I apologize for these probably simple questions; I'm just super new, and on a time-crunch to implement some ML models in my Android app. Thanks in advance!