In the cases of a tie, the VotingClassifier will select the class based on the ascending sort order. E.g., in the following scenario
- classifier 1 -> class 2
- classifier 2 -> class 1
the class label 1 will be assigned to the sample.
-->
앙상블 모델에서 Hard voting을 택했을 때
아래와 같이 예측하면 그냥 Class 오름차순에 의해서 class 1으로 결정한다는 내용이다.
- classifier 1 -> class 2
- classifier 2 -> class 1
참으로 허술하구나..
그래도 1:1일 경우에는 확률값으로 한다던지 할 줄 알았는데
오름차순 정렬이라니 조금 실망..
'Machine learning' 카테고리의 다른 글
로지스틱회귀 scikit learn 알고리즘 L-BFGS 설명 (0) | 2022.03.21 |
---|---|
학습과정에서 결정 경계(Decision boundary)가 어떻게 변하는지 알수 있는 코드 (0) | 2021.08.02 |
스케일링_방법_장단점_효과_scaler (0) | 2021.04.22 |
scaling 스케일링 정규화 표준화 normalization standardization (0) | 2020.09.28 |
Maximum likelihood 개념 잘 설명한 곳 (0) | 2020.05.21 |