Skip to content

yeonwoo780/machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

교차검증

  • KFold

  • Stratified

  • cross_val_score (api)

  • GridSearchCV (api)

데이터 전처리

  • one-Hot Encoding
  • StandardScaler
  • MinMaxScaler

분류의 성능 평가 지표

  • 정확도 (Accuracy)
  • 오차행렬(Confusion matrix)
  • 정밀도(Precision)와 재현율(Recall)
  • 정밀도 / 재현율 트레이드 오프(Trade-off)
  • F1 스코어
  • ROC 곡선과 AUC

분류

  • 결정트리
  • 앙상블학습
  • 랜덤 포레스트
  • GBM
  • XGBoost
  • LightGBM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published