How to add a .transform method to project new observations into an existing space? (Diffusion Maps in Python)
I am copying over some code from mapalign for calculating diffusion maps using the sklearn api. Currently, there is no .transform
method so I’ve forked the repo and I’m trying to add it myself but I’m having trouble.