Skip to content

get_most_significant_input_dimensions() for GPy.GPCoregionalizedRegression? #963

Answered by gehbiszumeis
gehbiszumeis asked this question in Q&A
Discussion options

You must be logged in to vote

Actually my question didn't make too much sense. After rethinking it, it cannot work with this kind of model, as the ICM is set up such, that all outputs are determined by the same, shared underlying "latent" Gaussian Process. Thus, calling get_most_significant_input_dimension() on a GPy.models.GPCoregionalizationRegression model can only give you one set of input dimensions significant to all outputs together.

Using the GPy.utils.multioutput.LCM model helps out and allows to call the get_most_significant_input_dimension() method for each output individually, as it provides latent GPs for each individual output

See here for more details

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gehbiszumeis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant