Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.44 KB

index.rst.txt

File metadata and controls

22 lines (16 loc) · 1.44 KB

Welcome to Nyoka's documentation!

Nyoka is a Python library for comprehensive support of the latest PMML standard plus extensions for data preprocessing, script execution and highly compacted representation of deep neural networks. Using Nyoka, Data Scientists can export a large number of Machine Learning and Deep Learning models from popular Python frameworks into PMML by either using any of the numerous included ready-to-use exporters or by creating their own exporter for specialized/individual model types by simply calling a sequence of constructors.

Besides about 500 Python classes which each cover a PMML tag and all constructor parameters/attributes as defined in the standard, Nyoka also provides an increasing number of convenience classes and functions that make the Data Scientist’s life easier for example by reading or writing any PMML file in one line of code from within your favorite Python environment.

Nyoka comes to you with the complete source code in Python, an extended HTML documentation for the classes/functions and a growing number of Jupyter Notebook tutorials that help you familiarizing yourself with the way how Nyoka supports you to use PMML as your favorite Data Science transport file format.

PMML43Ext PMML43ExtSuper exponential_smoothing keras_model_to_pmml lgb_to_pmml pre_process skl_to_pmml xgboost_to_pmml