You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NearestNeighbors.jl implements KDtree. In loess, we primarily need to find the points within the span of a given point. This can be done via NearestNeighbors.inrange.
Using KDtrees from NearestNeighbors will lead to simplification in Loess.jl src.