flexsdm icon indicating copy to clipboard operation
flexsdm copied to clipboard

Allow extra_eval to calculate extrapolation for multiple environments

Open wardfont opened this issue 1 year ago • 0 comments

Calculating extra_eval for many points takes a long time. When extrapolation for both the training environment and a projection environment is wanted, the function has to be run twice. I assume most of the running time of extra_eval comes from calculating the distances. Allowing for multiple environments in the function can speed up a total workflow considerably.

wardfont avatar Dec 28 '23 10:12 wardfont