Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 937 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 937 Bytes

💘 KNN Project

KNN 알고리즘을 이용한 내용 기반 기사 추천 구현하기

사용한 데이터

사용한 패키지

  • 전처리/시각화 : pandas, spacy, squarify, seaborn, matplotlib
  • 모델링 : sklearn - TfidVectorizer, NearestNeighbors, TruncatedSVD, RandomizedSearchCV, RandomForestClassifier

Code

프로젝트 정리