Python
2022. 6. 3. 16:00
https://sarah0518.tistory.com/77
Isolation Forest와 One-Class SVM
우리의 현실 데이터는 Imbalanced 된 data가 많이 존재하죠. 그래서 오늘은 Imbalanced 된 데이터를 분석하는 모델링에 대해서 알아보려고 합니다. 1. Isolation Forest 2. One Class SVM 위의 두개에 대해서 알아.
sarah0518.tistory.com
설명이 잘 되어있음
'Python' 카테고리의 다른 글
dataframe value counts to dataframe (0) | 2022.06.22 |
---|---|
loc을 이용한 data 변경 (0) | 2022.06.07 |
[python] sklearn RandomizedSearchCV (0) | 2022.05.30 |
[python] dataframe column index 가져오기 (0) | 2022.05.30 |
[Python]이미지 파일 불러와서 일자별로 폴더 생성 후 복사 (0) | 2022.05.29 |