boostcampaitech6 / level1-bookratingprediction-recsys-02

level1-bookratingprediction-recsys-02 created by GitHub Classroom
5 stars 2 forks source link

[FEAT] CatBoost 특징 변경하여 실험해보기 #50

Closed twndus closed 6 months ago

twndus commented 6 months ago

Background

To do

twndus commented 6 months ago

하이퍼파라미터 고정

CatBoostConfig = {
    'learning_rate': 1e-1,
    'depth': 6,
    'iterations': 5000,
    'min_child_samples': 40,
    'grow_policy': 'Depthwise',
    'early_stopping_rounds': 100,
}
twndus commented 6 months ago
image

단 입력 데이터 크기 자체가 줄어드는 것에 영향을 받기도 하므로, language 데이터가 모델에 큰 영향을 미치지 못한다고 판단하기는 어려움.

다시 도돌이표..

twndus commented 6 months ago
twndus commented 6 months ago

book embedding 을 제외한 모든 데이터를 포함하였을 때의 성능이 가장 좋은 것을 확인함