mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
num_data refactoring
This commit is contained in:
parent
efbf169a6a
commit
a6ed003194
3 changed files with 21 additions and 22 deletions
|
|
@ -28,8 +28,7 @@ class GPBase(Model):
|
|||
self._Xmean = np.zeros((1, self.input_dim))
|
||||
self._Xstd = np.ones((1, self.input_dim))
|
||||
|
||||
Model.__init__(self)
|
||||
|
||||
super(GPBase, self).__init__()
|
||||
# All leaf nodes should call self._set_params(self._get_params()) at
|
||||
# the end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue