mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[imports] fix #392
This commit is contained in:
parent
dc5867815a
commit
f3359b7ad4
1 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ from .mlp import MLP
|
||||||
from .additive import Additive
|
from .additive import Additive
|
||||||
from .compound import Compound
|
from .compound import Compound
|
||||||
from .constant import Constant
|
from .constant import Constant
|
||||||
|
from .identity import Identity
|
||||||
|
from .piecewise_linear import PiecewiseLinear
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue