FlinkML / flink-jpmml

flink-jpmml is a fresh-made library for dynamic real time machine learning predictions built on top of PMML standard models and Apache Flink streaming engine
GNU Affero General Public License v3.0
96 stars 30 forks source link

Exposing summary method on PmmlModel #31

Open spi-x-i opened 6 years ago

spi-x-i commented 6 years ago

The object ModelEvaluator has a getter summary which describes the model in its form. We should expose this method properly.