iqiukp / Gaussian-Process-Regression

Gaussian Process Regression using GPML toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple output regression

zhuan-qian-yang-xiao-yu opened this issue · comments

Hi, I would like to know if you are modeling each output separately with a Gaussian process when dealing with multiple output regression? Is each output independent of each other?
Or does it take into account the correlation between outputs and model all outputs jointly?