TF-IDF + 로지스틱 회귀

성능 측정

image.png

전처리 후

image.png

처음

image.png

image.png

최종

키워드_비교.png

image.png

image.png

{
  "results": [
    {
      "is_malicious": false,
      "confidence": 0.4514,
      "top_words": [
        {"word": "카드", "contribution": 0.8367},
        {"word": "이번", "contribution": 0.2071}
      ]
    },
    {
      "is_malicious": false,
      "confidence": 0.6917,
      "top_words": [
        {"word": "국민은행", "contribution": 0.1514}
      ]
    },
    {
      "is_malicious": false,
      "confidence": 0.7584,
      "top_words": []
    },
    {
      "is_malicious": true,
      "confidence": 0.9576,
      "top_words": [
        {"word": "확인", "contribution": 3.9669}
      ]
    },
    { # "soul 안실장입니다피자 치킨 베라 기프티콘**% 입플 사비쿠폰 이모든걸 가입시 전부 당신꺼 톡do***
      "is_malicious": true,
      "confidence": 0.9793,
      "top_words": [
        {"word": "치킨", "contribution": 1.8012},
        {"word": "기프티콘", "contribution": 1.0397},
        {"word": "soul", "contribution": 0.9593},
        {"word": "가입시", "contribution": 0.7885},
        {"word": "입플", "contribution": 0.6576}
      ]
    },
    {
      "is_malicious": false,
      "confidence": 0.8435,
      "top_words": [
        {"word": "배송", "contribution": 0.5206}
      ]
    },
    {
      "is_malicious": true,
      "confidence": 0.8312,
      "top_words": [
        {"word": "아빠", "contribution": 2.2627},
        {"word": "수리", "contribution": 0.3818},
        {"word": "보내줘", "contribution": 0.3552},
        {"word": "링크", "contribution": 0.3177},
        {"word": "수리맡겼어", "contribution": 0.2183}
      ]
    }
  ]
}

only 3⇒ 안 됨

image.png