Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmal-nibo committed Jun 28, 2021
1 parent 3d62cc8 commit 6557484
Show file tree
Hide file tree
Showing 38 changed files with 152 additions and 2,810 deletions.
7 changes: 0 additions & 7 deletions docs/_sources/enums.rst.txt

This file was deleted.

4 changes: 1 addition & 3 deletions docs/_sources/index.rst.txt
Expand Up @@ -7,14 +7,12 @@ script
PMML44
PMML44Super
arima
enums
constants
exponential_smoothing
keras_model_to_pmml
lag
lgb_to_pmml
metadata
pre_process
retinanet
skl_to_pmml
statsmodels_to_pmml
xgboost_to_pmml
7 changes: 0 additions & 7 deletions docs/_sources/keras_model_to_pmml.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_sources/retinanet.rst.txt

This file was deleted.

1,725 changes: 0 additions & 1,725 deletions docs/enums.html

This file was deleted.

11 changes: 4 additions & 7 deletions docs/exponential_smoothing.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Nyoka 4.4.0 &mdash; ExponentialSmoothing Exporter Module</title>
<title>Nyoka 5.0 &mdash; ExponentialSmoothing Exporter Module</title>



Expand All @@ -23,7 +23,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'4.4.0',
VERSION:'5.0',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down Expand Up @@ -69,7 +69,7 @@


<div class="version">
4.4
5.0
</div>


Expand All @@ -95,15 +95,12 @@

<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="statsmodels_to_pmml.html">Statsmodels Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="keras_model_to_pmml.html">Keras Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="retinanet.html">RetinaNet Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lgb_to_pmml.html">LightGBM Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process.html">Pre-Processing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="skl_to_pmml.html">Scikit-Learn Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="xgboost_to_pmml.html">XGBoost Exporter Module</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="exponential_smoothing.html">ExponentialSmoothing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="preprocess_nyoka.html">Nyoka's Pre-Processing Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="enums.html">Enums Module</a></li>
</ul>


Expand Down Expand Up @@ -209,7 +206,7 @@

<div role="contentinfo">
<p>
&copy; Copyright 2020, maintainer@nyoka.org
&copy; Copyright 2021, maintainer@nyoka.org

</p>
</div>
Expand Down
29 changes: 11 additions & 18 deletions docs/genindex.html
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; Nyoka 4.4.0 documentation</title>
<title>Index &mdash; Nyoka 5.0 documentation</title>



Expand All @@ -24,7 +24,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'4.4.0',
VERSION:'5.0',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down Expand Up @@ -68,7 +68,7 @@


<div class="version">
4.4
5.0
</div>


Expand All @@ -92,21 +92,14 @@



<ul>
<li class="toctree-l1"><a class="reference internal" href="PMML44.html">PMML44 module</a></li>
<li class="toctree-l1"><a class="reference internal" href="PMML44Super.html">PMML44Super module</a></li>
<li class="toctree-l1"><a class="reference internal" href="arima.html">arima module</a></li>
<li class="toctree-l1"><a class="reference internal" href="enums.html">enums module</a></li>
<li class="toctree-l1"><a class="reference internal" href="exponential_smoothing.html">exponential_smoothing module</a></li>
<li class="toctree-l1"><a class="reference internal" href="keras_model_to_pmml.html">keras_model_to_pmml module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lag.html">lag module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lgb_to_pmml.html">lgb_to_pmml module</a></li>
<li class="toctree-l1"><a class="reference internal" href="metadata.html">metadata module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process.html">pre_process module</a></li>
<li class="toctree-l1"><a class="reference internal" href="retinanet.html">retinanet module</a></li>
<li class="toctree-l1"><a class="reference internal" href="skl_to_pmml.html">skl_to_pmml module</a></li>
<li class="toctree-l1"><a class="reference internal" href="statsmodels_to_pmml.html">statsmodels_to_pmml module</a></li>
<li class="toctree-l1"><a class="reference internal" href="xgboost_to_pmml.html">xgboost_to_pmml module</a></li>
<ul>
<li class="toctree-l1"><a class="reference internal" href="statsmodels_to_pmml.html">Statsmodels Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lgb_to_pmml.html">LightGBM Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process.html">Pre-Processing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="skl_to_pmml.html">Scikit-Learn Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="xgboost_to_pmml.html">XGBoost Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="exponential_smoothing.html">ExponentialSmoothing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="preprocess_nyoka.html">Nyoka's Pre-Processing Module</a></li>
</ul>


Expand Down
16 changes: 5 additions & 11 deletions docs/index.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Nyoka 4.4.0 &mdash; A python library for PMML generation</title>
<title>Nyoka 5.0.0 &mdash; A python library for PMML generation</title>



Expand All @@ -23,7 +23,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'4.4.0',
VERSION:'5.0.0',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
Expand Down Expand Up @@ -64,7 +64,7 @@


<div class="version">
4.4
5.0
</div>


Expand All @@ -90,15 +90,12 @@

<ul>
<li class="toctree-l1"><a class="reference internal" href="statsmodels_to_pmml.html">Statsmodels Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="keras_model_to_pmml.html">Keras Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="retinanet.html">RetinaNet Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lgb_to_pmml.html">LightGBM Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process.html">Pre-Processing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="skl_to_pmml.html">Scikit-Learn Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="xgboost_to_pmml.html">XGBoost Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="exponential_smoothing.html">ExponentialSmoothing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process_nyoka.html">Nyoka's Pre-Processing Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="enums.html">Enums Module</a></li>
</ul>


Expand Down Expand Up @@ -167,23 +164,20 @@
<div class="section" id="welcome-to-nyoka-s-documentation">
<h1>Welcome to Nyoka’s documentation!<a class="headerlink" href="#welcome-to-nyoka-s-documentation" title="Permalink to this headline"></a></h1>
<img src="https://raw.githubusercontent.com/SoftwareAG/nyoka/master/docs/nyoka_logo.PNG" width="250px" aria-placeholder="Nyoka logo"/>
<p>Nyoka is a Python library for comprehensive support of the latest PMML (PMML 4.4) standard. 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.</p>
<p>Nyoka is a Python library for comprehensive support of the latest PMML (PMML 4.4.1) standard. Using Nyoka, Data Scientists can export a large number of Machine 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.</p>
<p>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.</p>
<p>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.</p>

<div class="toctree-wrapper compound">
<h3>The core modules of Nyoka are</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="statsmodels_to_pmml.html">Statsmodels Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="keras_model_to_pmml.html">Keras Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="retinanet.html">RetinaNet Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="lgb_to_pmml.html">LightGBM Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre_process.html">Pre-Processing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="skl_to_pmml.html">Scikit-Learn Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="xgboost_to_pmml.html">XGBoost Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="exponential_smoothing.html">ExponentialSmoothing Exporter Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="preprocess_nyoka.html">Nyoka's Pre-Processing Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="enums.html">Enums Module</a></li>
</ul>
</div>

Expand All @@ -208,7 +202,7 @@ <h3>The core modules of Nyoka are</h3>

<div role="contentinfo">
<p>
&copy; Copyright 2020, maintainer@nyoka.org
&copy; Copyright 2021, maintainer@nyoka.org

</p>
</div>
Expand Down

0 comments on commit 6557484

Please sign in to comment.