mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
8d397b419d
2 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,4 @@
|
||||||
import classification
|
import classification
|
||||||
import regression
|
import regression
|
||||||
import dimensionality_reduction
|
import dimensionality_reduction
|
||||||
import non_Gaussian
|
|
||||||
import tutorials
|
import tutorials
|
||||||
|
|
|
||||||
|
|
@ -135,6 +135,7 @@ def tuto_kernel_overview():
|
||||||
pb.ylabel("+ ",rotation='horizontal',fontsize='30')
|
pb.ylabel("+ ",rotation='horizontal',fontsize='30')
|
||||||
m.plot(ax=axs, which_parts=[False,False,False,True])
|
m.plot(ax=axs, which_parts=[False,False,False,True])
|
||||||
|
|
||||||
|
m.ensure_default_constraints()
|
||||||
return(m)
|
return(m)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue