mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
Merge branch 'params' of github.com:SheffieldML/GPy into params
This commit is contained in:
commit
ebd63e4a60
1 changed files with 2 additions and 1 deletions
|
|
@ -59,8 +59,9 @@ class Optimizer():
|
||||||
"""
|
"""
|
||||||
See GPy.plotting.matplot_dep.inference_plots
|
See GPy.plotting.matplot_dep.inference_plots
|
||||||
"""
|
"""
|
||||||
|
import sys
|
||||||
assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
|
assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
|
||||||
from ..plotting.matplot_dep import inference_plots
|
from ...plotting.matplot_dep import inference_plots
|
||||||
inference_plots.plot_optimizer(self)
|
inference_plots.plot_optimizer(self)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue