지역적회귀모델 (1) 썸네일형 리스트형 LOESS from scratch with python3 본문은 LOESS(Locally estimated scatterplot smoothing)에 대한 내용을 설명, 구현하였음. (구현 : python3) 1. LOESS? LOcally Estimated Scatterplot Smoothing의 약자로, LOcally WEighted Scatterplot Smoothing, LOWESS라고도 한다. 본문에서는 LOESS로 통일하여 작성한다. LOESS는 주어진 데이터로부터 기저 모델(deterministic model)을 추정하는 전통적인 회귀(Regression) 방법 중 하나인 최소제곱회귀(Least square regression)를 활용하는 방법이다. 최소제곱회귀는 크게 선형과 비선형으로 구분할 수 있는데, LOESS는 선형회귀의 단순성과 비선형회귀.. 이전 1 다음