Closed miguelbiron closed 1 year ago
In one of my codes, Loess.jl has become a computational bottleneck, most likely due to the type-instability described here and addressed in #53. @andreasnoack: could you perhaps give that PR a look and see if it can be merged?
Closed by #68
Using the example in the readme
This is the output from
@code_warntype
for thepredict
line. The type of many variables cannot be inferred by the compiler.