You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can currently handle binary classification through GPMC and the BernLik likelihood. It would be good to extend this functionality to the multiclass setting.
The text was updated successfully, but these errors were encountered:
I need to revisit this again as it may be as hard to implement as I first thought. My initial concern was that we'd have to change our latent variables v in GPMC from a vector to a matrix, where we'd introduce a new column for each possible class. However, it might be possible to avoid this change by vectorising the latent variables and using a block diagonal covariance matrix, where each block corresponds to each class, i.e. 3 blocks if you have a 3-way multiclass.
We can currently handle binary classification through
GPMC
and theBernLik
likelihood. It would be good to extend this functionality to the multiclass setting.The text was updated successfully, but these errors were encountered: