mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
add placeholder
This commit is contained in:
parent
a312e754bd
commit
07371cd777
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
"""
|
||||
This module does...
|
||||
|
||||
"""
|
||||
|
||||
from GPy.core.model import Model
|
||||
from .parameterization import Param, Parameterized
|
||||
from . import parameterization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue