Comment on R vs Python for simple interactive data analysisComments−jasondavies15yLOESS 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!−wesm15yWe 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.
Comments
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!
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.