expLeastSquares takes about 30 seconds to run on a 40k data points, where leastSquares takes a few milliseconds
it would be great to see the best of both worlds where we use weights based on how close the point is but not exceed a window of e.g. 100 points (rather than taking the average)
expLeastSquares takes about 30 seconds to run on a 40k data points, where leastSquares takes a few milliseconds
it would be great to see the best of both worlds where we use weights based on how close the point is but not exceed a window of e.g. 100 points (rather than taking the average)