From 351b1f6dcb4d1c4e071e6226317f176c3932dfde Mon Sep 17 00:00:00 2001 From: nyoka-pmml <42647531+nyoka-pmml@users.noreply.github.com> Date: Wed, 10 Oct 2018 17:24:03 +0530 Subject: [PATCH] Update index.rst.txt --- docs/_sources/index.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index c772f87..edc1287 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -1,7 +1,7 @@ Welcome to Nyoka's documentation! ================================= -.. image:: nyoka_logo.PNG +.. figure:: nyoka_logo.PNG 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.