mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
16 lines
389 B
Python
16 lines
389 B
Python
# 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 svig_plots
|
|
import dim_reduction_plots
|
|
import mapping_plots
|
|
import Tango
|
|
import visualize
|
|
import latent_space_visualizations
|
|
import netpbmfile
|
|
import inference_plots
|