I have a dataset containing 100000 points, for these points I've calulated 700 neighborhood. Now I want to calculate the z score for every point in each individual neighborhood.
My question is: is there an easier way to do it, than 700 conditional values ?
I've tried with a custom transformer in which I can loop, but I cannot get my head around how to do it.
Please help :)
Thanks in advance.