새콤달콤

riyu_·2020년 9월 18일
0

코로나 시대 군집 시각화를 이용한 유망업종 발굴

https://dacon.io/codeshare/1443

상점 신용카드 매출 예측 경진대회

https://dacon.io/competitions/official/140472/codeshare/420?page=2&dtype=recent&ptype=pub

컴퓨터 비전 학습 경진대회

  1. 각자 다른 Input 을 처리하는 MLP 와 CNN 을 결합한 Multiple Inputs model
  2. RESNET18의 구조를 이용한 CNN모델

1과 2모델을 앙상블하여 분류 모델을 만들어 보았습니다.
https://dacon.io/competitions/official/235626/codeshare/1670/

병원 개/폐업 분류 예측 경진대회

변수가 이것저것 여러 개 있고 예측할건 개/폐업 분류하는거
https://dacon.io/competitions/official/9565/codeshare/446?page=1&dtype=recent&ptype=pub

캐글 신용카드 사기 탐지 SVM 분류

https://www.kaggle.com/pierra/credit-card-dataset-svm-classification#Correlation-of-features

데이터 전처리

5가지 순서
https://jkook.tistory.com/19
여러가지 전처리 프로세스
https://pythonanalysis.tistory.com/7
sklearn ColumnsTransformer 및 변수별로 전처리 적용하는 예시
https://data-newbie.tistory.com/506?category=805962
중요 변수 선택
https://data-newbie.tistory.com/382?category=805962
다중공선성과 변수 선택
https://datascienceschool.net/view-notebook/36176e580d124612a376cf29872cd2f0/
Outlier 제거
https://lsjsj92.tistory.com/556

모델

KNN

하이퍼 파라미터
https://leonard92.tistory.com/12?category=722685
분류 예제 코드
http://hleecaster.com/ml-knn-classifier-example/

0개의 댓글