feature importance : 지니계수 기준으로 불순도를 크게 낮추는 기준으로 feature 선정
permutation importance : 특정 feature를 제외했을때 성능차이가 큰걸 기준으로 선 정
https://hwi-doc.tistory.com/entry/Feature-selection-feature-importance-vs-permutation-importance
'Machine learning' 카테고리의 다른 글
로지스틱회귀 scikit learn 알고리즘 L-BFGS 설명 (0) | 2022.03.21 |
---|---|
학습과정에서 결정 경계(Decision boundary)가 어떻게 변하는지 알수 있는 코드 (0) | 2021.08.02 |
앙상블(Ensemble) 하드보팅(Majority/Hard Voting)에서 모델(Model)이 짝수일땐 어떻게 할까? (0) | 2021.08.02 |
스케일링_방법_장단점_효과_scaler (0) | 2021.04.22 |
scaling 스케일링 정규화 표준화 normalization standardization (0) | 2020.09.28 |