Skip to main content

Decision Tree

이진 분할 트리를 구축하여 특성 공간을 분류용으로 나눕니다. Build a tree of binary splits that partition feature space for classification.

모델 유형

  • 카테고리: classification
  • 라이브러리: sklearn

핵심 학습 포인트

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

주요 하이퍼파라미터

UI 라벨타입기본값
maxDepthMax Depthslider4
criterionCriterionselect'gini'

실습 및 공식 문서