Hi,
I am working with a large panel dataset and I encountered the following error when trying to initialize a GPModel: [GPBoost] [Fatal] The GP approximation 'vecchia' can currently not be used when there are grouped random effects
My setup involves both a time dimension (using gp_coords) and a categorical grouping variable (using group_data for stock tickers). Due to the size of the dataset, I need the Vecchia approximation.
My questions:
Is this limitation purely an implementation choice/roadmap item, or is there a fundamental mathematical/theoretical conflict when combining Vecchia approximations with independent grouped random effects in the same model?
Are there any recommended workarounds for large-scale panel data?
Thank you for this great library!