Skip to main content

Exponential Smoothing

추세와 계절성을 위한 홀트-윈터스 지수 평활법입니다. Holt-Winters exponential smoothing for trend and seasonality.

모델 유형

  • 카테고리: statsmodels
  • 라이브러리: statsmodels

핵심 학습 포인트

  • 데이터 분포와 모델 가정을 함께 확인합니다.
  • 하이퍼파라미터 변화가 결정 경계/예측값에 미치는 영향을 확인합니다.
  • 검증셋 기준으로 일반화 성능을 확인합니다.

주요 하이퍼파라미터

UI 라벨타입기본값
alphaAlpha (Level)slider0.5
trendTrendselect'add'

실습 및 공식 문서