aigamedev / scikit-neuralnetwork

Deep neural networks without the learning cliff! Classifiers and regressors compatible with scikit-learn.
BSD 3-Clause "New" or "Revised" License
1.2k stars 221 forks source link

Supporting PMML for model export #122

Open gurgeh opened 8 years ago

gurgeh commented 8 years ago

PMML (https://en.wikipedia.org/wiki/Predictive_Model_Markup_Language) support would be great for exporting a generated model to other systems. The standard sklearn models have support for this through https://github.com/alex-pirozhenko/sklearn-pmml. Perhaps collaborate with them?

alexjc commented 8 years ago

Thanks for the idea. If there's enough support for this I'd consider it. I had never heard of PMML before!