Skip to main content

OLS (statsmodels)

상세한 통계 진단을 제공하는 일반 최소 자승법 회귀입니다. Ordinary least squares regression with detailed statistical diagnostics.

모델 유형

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

핵심 학습 포인트

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

주요 하이퍼파라미터

UI 라벨타입기본값
addConstantAdd Constanttoggletrue

실습 및 공식 문서