따릉이
[머신러닝] 자치구별 모델 (피쳐중요도/MAE/Parameter) 본문
종로구
MAE | 0.953 |
Parameter | |
gamma | 1.0236979477002457 |
max_depth | 3 |
n_estimators | 223 |
중구
MAE | 0.892 |
Parameter | |
gamma | 0.39910614055613 |
max_depth | 2 |
n_estimators | 106 |
용산구
MAE | 0.937 |
Parameter | |
gamma | 0.15626320063139582 |
max_depth6 | 6 |
n_estimators | 105 |
성동구
MAE | 1.207 |
Parameter | |
gamma | 0.34283339481350095 |
max_depth | 2 |
n_estimators | 110 |
광진구
MAE | 1.307 |
Parameter | |
gamma | 0.37243658294348714 |
max_depth | 2 |
n_estimators | 166 |
동대문구
MAE | 1.007 |
Parameter | |
gamma | 0.40099746237651585 |
max_depth | 2 |
n_estimators | 102 |
중랑구
MAE | 0.832 |
Parameter | |
gamma | 0.0.1599807112716149 |
max_depth | 2 |
n_estimators | 121 |
성북구
MAE | 0.908 |
Parameter | |
gamma | 0.38180171701430415 |
max_depth | 2 |
n_estimators | 146 |
강북구
MAE | 0.782 |
Parameter | |
gamma | 0.413393490335478 |
max_depth | 2 |
n_estimators | 126 |
'머신러닝' 카테고리의 다른 글
[머신러닝] 대여량값 이상치 제거 및 결과 (0) | 2021.08.24 |
---|---|
[머신러닝] 모델 학습 데이터셋 다르게 적용해보기 (0) | 2021.07.26 |
[머신러닝] 결정트리 모델 실습 (0) | 2021.07.05 |
[머신러닝] 랜덤포레스트 모델 실습 (0) | 2021.07.03 |
[머신러닝] xgboost 모델 실습 (0) | 2021.07.03 |
Comments