lab-cosmo/kernel-tutorials

Implement kernel centerer for KPCovR ala sklearn

rosecers opened this issue · 0 comments

Sklearn has a preprocessing function called KernelCenterer that is called in kernel functions. We need to check if this centering is in line with ours and if not, write our own analogous function.