jpmml / r2pmml

R library for converting R models to PMML
GNU Affero General Public License v3.0
73 stars 18 forks source link

Any plans to include support for H2O's Deep Learning? #31

Open laserman2000 opened 6 years ago

laserman2000 commented 6 years ago

H2O has a pretty decent Neural Network algorithm for R (https://cran.r-project.org/web/packages/h2o/h2o.pdf). Do you have any plans to build a pmml translator for it? I don't even know if it is possible to do this, but the Data Mining Group mentions that Neural Networks can be supported via PMML 4.0 (http://dmg.org/pmml/v4-0-1/NeuralNetwork.html)

Thanks