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
Currently this package eagerly constructs and uses a dense kernel matrix. However, iterative GP methods are very useful when the data is large enough that the kernel matrix can't even fit into memory. It would be better to construct and use a lazy representation of the kernel matrix.