2차 모델 테스트
모델 선정
2차 전처리 과정RandomForestClassifier도착 데이터 테스트
실행 결과
# 1. 도착 데이터 예측
#
# 1) STT 제거
# precision recall f1-score support
#
# 0 0.95 0.98 0.96 89870
# 1 0.41 0.22 0.28 6427
#
# accuracy 0.93 96297
# macro avg 0.68 0.60 0.62 96297
# weighted avg 0.91 0.93 0.92 96297
#
# 2) STT 구분
#
# precision recall f1-score support
#
# 0 0.95 0.99 0.97 89870
# 1 0.55 0.20 0.29 6427
#
# accuracy 0.94 96297
# macro avg 0.75 0.59 0.63 96297
# weighted avg 0.92 0.94 0.92 96297
#
# 3) REG 묶기
#
# precision recall f1-score support
#
# 0 0.94 0.98 0.96 89870
# 1 0.43 0.19 0.26 6427
#
# accuracy 0.93 96297
# macro avg 0.69 0.59 0.61 96297
# weighted avg 0.91 0.93 0.92 96297실행 코드
출발 데이터 테스트
실행 결과
실행 코드
결과 해석 및 회고
Last updated
Was this helpful?