mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
Update __init__.py
This commit is contained in:
parent
5e1ff63d6e
commit
85a96de17e
1 changed files with 15 additions and 15 deletions
|
|
@ -1,18 +1,18 @@
|
||||||
# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
|
# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
|
||||||
import base_plots
|
import .base_plots
|
||||||
import models_plots
|
import .models_plots
|
||||||
import priors_plots
|
import .priors_plots
|
||||||
import variational_plots
|
import .variational_plots
|
||||||
import kernel_plots
|
import .kernel_plots
|
||||||
import dim_reduction_plots
|
import .dim_reduction_plots
|
||||||
import mapping_plots
|
import .mapping_plots
|
||||||
import Tango
|
import .Tango
|
||||||
import visualize
|
import .visualize
|
||||||
import latent_space_visualizations
|
import .latent_space_visualizations
|
||||||
import netpbmfile
|
import .netpbmfile
|
||||||
import inference_plots
|
import .inference_plots
|
||||||
import maps
|
import .maps
|
||||||
import img_plots
|
import .img_plots
|
||||||
from ssgplvm import SSGPLVM_plot
|
from .ssgplvm import SSGPLVM_plot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue