Y
Hacker News
new
|
ask
|
show
|
jobs
by
jasondavies
5410 days ago
LOESS is fairly simple to do in Python, or you can find an implementation via Google e.g.
http://www.koders.com/python/fid5A91A606E15507B6823DEC7A0594...
I'd be curious to see an updated comparison with LOESS added to the Python code!
1 comments
wesm
5410 days ago
We recently implemented the lowess smoother in statsmodels (pending pull request:
https://github.com/statsmodels/statsmodels/pull/5
), so it will work its way into the mix soon.
link