DACON Basic Shopping Mall Review Rating Classification

Algorithm | NLP | Classification | Review | Accuracy

  • moneyIcon Prize : Total 0만원
  • 65 Users Completed
Closed

 

private 9) tfidf + stacking

2022.11.14 22:48 751 Views language

전처리는 hanspell을 통한 교정을 진행하였고 
tfidf를 통한 벡터화를 진행 
SGD, Randomforest, LogisticRegression, LGBM 모델 사용
앙상블 기법 stacking 을 통한 최종 예측 진행 

Code