mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +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).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import base_plots
|
||||
import models_plots
|
||||
import priors_plots
|
||||
import variational_plots
|
||||
import kernel_plots
|
||||
import dim_reduction_plots
|
||||
import mapping_plots
|
||||
import Tango
|
||||
import visualize
|
||||
import latent_space_visualizations
|
||||
import netpbmfile
|
||||
import inference_plots
|
||||
import maps
|
||||
import img_plots
|
||||
from ssgplvm import SSGPLVM_plot
|
||||
import .base_plots
|
||||
import .models_plots
|
||||
import .priors_plots
|
||||
import .variational_plots
|
||||
import .kernel_plots
|
||||
import .dim_reduction_plots
|
||||
import .mapping_plots
|
||||
import .Tango
|
||||
import .visualize
|
||||
import .latent_space_visualizations
|
||||
import .netpbmfile
|
||||
import .inference_plots
|
||||
import .maps
|
||||
import .img_plots
|
||||
from .ssgplvm import SSGPLVM_plot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue