Skip to main content

Cluster Centroids

다수 클래스 군집을 중심점으로 대체하는 과소표집입니다. Undersampling by replacing majority clusters with their centroids.

모델 유형

  • 카테고리: sampling
  • 라이브러리: imblearn

핵심 학습 포인트

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

주요 하이퍼파라미터

UI 라벨타입기본값
samplingRatioSampling Ratioslider1.0

실습 및 공식 문서