mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
[plotting] restructuring more and more
This commit is contained in:
parent
c07f3dbe98
commit
831e032ade
18 changed files with 330 additions and 272 deletions
|
|
@ -504,6 +504,9 @@ class GP(Model):
|
|||
"""
|
||||
return self.kern.input_sensitivity(summarize=summarize)
|
||||
|
||||
def get_most_significant_input_dimensions(self, which_indices=None):
|
||||
return self.kern.get_most_significant_input_dimensions(which_indices)
|
||||
|
||||
def optimize(self, optimizer=None, start=None, **kwargs):
|
||||
"""
|
||||
Optimize the model using self.log_likelihood and self.log_likelihood_gradient, as well as self.priors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue