Skip to content

Commit

Permalink
deploy: eea16e3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiscp committed Aug 19, 2022
1 parent 0d04c7a commit f6a4e90
Show file tree
Hide file tree
Showing 61 changed files with 1,967 additions and 10,822 deletions.
Binary file added _images/notebooks_quickstart2_7_0.pdf
Binary file not shown.
4 changes: 1 addition & 3 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="search" title="Search" href="../search.html" />
<script type="text/javascript">
window.onload = function() {
document.body.innerHTML = document.body.innerHTML.replace(/ module/g, '');
document.body.innerHTML = document.body.innerHTML.replace(/ Module/g, '');
}
</script>

Expand Down Expand Up @@ -58,7 +58,6 @@
<li class="toctree-l1"><a class="reference internal" href="../api/panel.html">wavy.panel Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/models.html">wavy.models Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/plot.html">wavy.plot Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/utils.html">wavy.utils Module</a></li>
</ul>

</div>
Expand Down Expand Up @@ -88,7 +87,6 @@ <h1>All modules for which code is available</h1>
<ul><li><a href="wavy/models.html">wavy.models</a></li>
<li><a href="wavy/panel.html">wavy.panel</a></li>
<li><a href="wavy/plot.html">wavy.plot</a></li>
<li><a href="wavy/utils.html">wavy.utils</a></li>
</ul>

</div>
Expand Down
213 changes: 119 additions & 94 deletions _modules/wavy/models.html

Large diffs are not rendered by default.

169 changes: 84 additions & 85 deletions _modules/wavy/panel.html

Large diffs are not rendered by default.

64 changes: 36 additions & 28 deletions _modules/wavy/plot.html

Large diffs are not rendered by default.

153 changes: 0 additions & 153 deletions _modules/wavy/utils.html

This file was deleted.

3 changes: 2 additions & 1 deletion _sources/api/models.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.. automodapi:: wavy.models
:no-inheritance-diagram:
:no-inheritance-diagram:
:inherited-members:
3 changes: 0 additions & 3 deletions _sources/api/utils.rst.txt

This file was deleted.

33 changes: 33 additions & 0 deletions _sources/api/wavy.models.BaseModel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
BaseModel
=========

.. currentmodule:: wavy.models

.. autoclass:: BaseModel
:show-inheritance:

.. rubric:: Methods Summary

.. autosummary::

~BaseModel.build
~BaseModel.compile
~BaseModel.fit
~BaseModel.get_auc
~BaseModel.predict
~BaseModel.predict_proba
~BaseModel.residuals
~BaseModel.score
~BaseModel.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
16 changes: 16 additions & 0 deletions _sources/api/wavy.models.BaselineConstant.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,24 @@ BaselineConstant

.. autosummary::

~BaselineConstant.build
~BaselineConstant.compile
~BaselineConstant.fit
~BaselineConstant.get_auc
~BaselineConstant.predict
~BaselineConstant.predict_proba
~BaselineConstant.residuals
~BaselineConstant.score
~BaselineConstant.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
14 changes: 14 additions & 0 deletions _sources/api/wavy.models.BaselineShift.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,23 @@ BaselineShift
.. autosummary::

~BaselineShift.build
~BaselineShift.compile
~BaselineShift.fit
~BaselineShift.get_auc
~BaselineShift.predict
~BaselineShift.predict_proba
~BaselineShift.residuals
~BaselineShift.score
~BaselineShift.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
16 changes: 16 additions & 0 deletions _sources/api/wavy.models.ConvModel.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,23 @@ ConvModel
.. autosummary::

~ConvModel.build
~ConvModel.compile
~ConvModel.fit
~ConvModel.get_auc
~ConvModel.predict
~ConvModel.predict_proba
~ConvModel.residuals
~ConvModel.score
~ConvModel.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
16 changes: 16 additions & 0 deletions _sources/api/wavy.models.DenseModel.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,23 @@ DenseModel
.. autosummary::

~DenseModel.build
~DenseModel.compile
~DenseModel.fit
~DenseModel.get_auc
~DenseModel.predict
~DenseModel.predict_proba
~DenseModel.residuals
~DenseModel.score
~DenseModel.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
26 changes: 26 additions & 0 deletions _sources/api/wavy.models.LinearRegression.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,29 @@ LinearRegression

.. autoclass:: LinearRegression
:show-inheritance:

.. rubric:: Methods Summary

.. autosummary::

~LinearRegression.build
~LinearRegression.compile
~LinearRegression.fit
~LinearRegression.get_auc
~LinearRegression.predict
~LinearRegression.predict_proba
~LinearRegression.residuals
~LinearRegression.score
~LinearRegression.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
26 changes: 26 additions & 0 deletions _sources/api/wavy.models.LogisticRegression.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,29 @@ LogisticRegression

.. autoclass:: LogisticRegression
:show-inheritance:

.. rubric:: Methods Summary

.. autosummary::

~LogisticRegression.build
~LogisticRegression.compile
~LogisticRegression.fit
~LogisticRegression.get_auc
~LogisticRegression.predict
~LogisticRegression.predict_proba
~LogisticRegression.residuals
~LogisticRegression.score
~LogisticRegression.set_arrays

.. rubric:: Methods Documentation

.. automethod:: build
.. automethod:: compile
.. automethod:: fit
.. automethod:: get_auc
.. automethod:: predict
.. automethod:: predict_proba
.. automethod:: residuals
.. automethod:: score
.. automethod:: set_arrays
2 changes: 0 additions & 2 deletions _sources/api/wavy.plot.PanelFigure.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ PanelFigure
~PanelFigure.add_dotline
~PanelFigure.add_line
~PanelFigure.add_scatter
~PanelFigure.iterator

.. rubric:: Methods Documentation

Expand All @@ -26,4 +25,3 @@ PanelFigure
.. automethod:: add_dotline
.. automethod:: add_line
.. automethod:: add_scatter
.. automethod:: iterator
Loading

0 comments on commit f6a4e90

Please sign in to comment.