mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
maint: Wrap very long lines (> 450 chars)
This commit is contained in:
parent
1d549ca5c6
commit
d754bc12de
5 changed files with 58 additions and 15 deletions
|
|
@ -1,8 +1,16 @@
|
|||
"""
|
||||
Introduction
|
||||
"""Introduction
|
||||
^^^^^^^^^^^^
|
||||
|
||||
:py:class:`GPy.plotting` effectively extends models based on :py:class:`GPy.core.gp.GP` (and other classes) by adding methods to plot useful charts. 'matplotlib', 'plotly' (online) and 'plotly' (offline) are supported. The methods in :py:class:`GPy.plotting` (and child classes :py:class:`GPy.plotting.gpy_plot` and :py:class:`GPy.plotting.matplot_dep`) are not intended to be called directly, but rather are 'injected' into other classes (notably :py:class:`GPy.core.gp.GP`). Documentation describing plots is best found associated with the model being plotted e.g. :py:class:`GPy.core.gp.GP.plot_confidence`.
|
||||
:py:class:`GPy.plotting` effectively extends models based on
|
||||
:py:class:`GPy.core.gp.GP` (and other classes) by adding methods to
|
||||
plot useful charts. 'matplotlib', 'plotly' (online) and 'plotly'
|
||||
(offline) are supported. The methods in :py:class:`GPy.plotting` (and
|
||||
child classes :py:class:`GPy.plotting.gpy_plot` and
|
||||
:py:class:`GPy.plotting.matplot_dep`) are not intended to be called
|
||||
directly, but rather are 'injected' into other classes (notably
|
||||
:py:class:`GPy.core.gp.GP`). Documentation describing plots is best
|
||||
found associated with the model being plotted
|
||||
e.g. :py:class:`GPy.core.gp.GP.plot_confidence`.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue