jpmml / jpmml-tensorflow

Java library and command-line application for converting TensorFlow models to PMML
GNU Affero General Public License v3.0
75 stars 27 forks source link

additional estimators types #1

Open ElianoMarques opened 7 years ago

ElianoMarques commented 7 years ago

Hi, would you be adding additional estimator types?

vruusmann commented 7 years ago

Sure, the goal is to support the majority of contrib.learn Estimator and Feature column types one day.

Development work has been suspended at the moment, because it will be necessary to sort out one technical issue first. Namely, TensorFlow defaults to 32-bit math operations, whereas PMML defaults to 64-bit math operations, which results in a small and systemic discrepancy between their predictions.

The solution is to make the "math context" of PMML configurable: http://mantis.dmg.org/view.php?id=179

InitAction commented 6 years ago

Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:972