sdhu / elasticsearch-prediction-pmml

Search Prediction Using PMML Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Prediction Using PMML Models

Using the api from elasticsearch-prediction, this is the implementation only implements the Predictor engine for a PMML model that has been trained in any other model that has been serialized to PMML, either in R, python, Spark, etc...

This is highly experimental code as a proof of concept, so there are many many areas of improvements, and bugs. Use for fun only

Note that currently the only suppported Double type until a more robust library is built

Some references:

License

Code is provided under the Apache 2.0 license available at http://opensource.org/licenses/Apache-2.0, as well as in the LICENSE file. This is the same license used as elasticsearch-prediction; howver, JPMML-Model is licensed under the BSD 3-Clause License

About

Search Prediction Using PMML Models


Languages

Language:Scala 100.0%