NLP Projects 3 - Twitter Sentiment Analysis with Random Forest and Streamlit App

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 33

  • @gialongchuai
    @gialongchuai ปีที่แล้ว +3

    very good sir, thank you very much

    • @KGPTalkie
      @KGPTalkie  ปีที่แล้ว +1

      Thank you so much. Subscribers like you always motivates me to make more videos.

  • @samiramustafa2354
    @samiramustafa2354 11 หลายเดือนก่อน +6

    I’m unable to run the ‘preprocess_kgpttalkie’ and gives me the error ‘no module found’ and then when I tried to install it, it says ‘no matching distribution found’

  • @mustafa5244
    @mustafa5244 9 หลายเดือนก่อน +4

    Sir after cloning the kgplite libirary it shows module 'preprocess_kgptalkie' has no attribute 'get_basic_features'

    • @emanrazi-t4k
      @emanrazi-t4k 26 วันที่ผ่านมา

      Same error😢

  • @shrishtipatel2876
    @shrishtipatel2876 8 หลายเดือนก่อน +4

    sir i am unable to run preprocess_kgptalkie

  • @Shubham-p1o
    @Shubham-p1o 10 หลายเดือนก่อน

    how can i use clustering algorithm or lda for each clusters in my twitter sentiments or for the amazon review data.

    • @KGPTalkie
      @KGPTalkie  10 หลายเดือนก่อน

      for clustering of text data, you need to apply topic modelling. If you don’t want to apply topic modelling, then convert this text data into vectors. Thereafter apply their K means clustering

  • @elbechir35
    @elbechir35 ปีที่แล้ว

    Sır! If we don't have the sentiment column in our Twitter dataset, what should we do?

    • @KGPTalkie
      @KGPTalkie  ปีที่แล้ว +1

      How many columns you have?

    • @elbechir35
      @elbechir35 ปีที่แล้ว

      @@KGPTalkie I have two columns: 'id' and 'tweet_text'.

    • @elbechir35
      @elbechir35 ปีที่แล้ว

      I have two columns: 'id' and 'tweet_text'.@@KGPTalkie

    • @vantaex3299
      @vantaex3299 11 หลายเดือนก่อน

      @@KGPTalkieI also have the same issue, what should we do if we don't have 'sentiment'. Please tell us

    • @lithinsadhu8000
      @lithinsadhu8000 8 หลายเดือนก่อน

      @@vantaex3299 apply vadersentiment analyzer

  • @FRI3D
    @FRI3D 9 หลายเดือนก่อน

    No module named 'preprocess_kgptalkie error plz help

    • @KGPTalkie
      @KGPTalkie  9 หลายเดือนก่อน +1

      Please install this first as shown in the video

    • @abhishekgwari9517
      @abhishekgwari9517 9 หลายเดือนก่อน

      has this error been fixed??

  • @ritvikraj8384
    @ritvikraj8384 8 หลายเดือนก่อน

    streamlit application is showing error : no module found sklearn

    • @KGPTalkie
      @KGPTalkie  8 หลายเดือนก่อน

      have you installed scikit learn?

    • @KGPTalkie
      @KGPTalkie  8 หลายเดือนก่อน

      Check if you are running streamlit app on correct python version

    • @ritvikraj8384
      @ritvikraj8384 8 หลายเดือนก่อน

      @@KGPTalkie how to install

    • @KGPTalkie
      @KGPTalkie  8 หลายเดือนก่อน

      @@ritvikraj8384 please watch this lecture for environment setting th-cam.com/video/BXsgHC8qTac/w-d-xo.html&ab_channel=KGPTalkie

  • @johnasathj1894
    @johnasathj1894 ปีที่แล้ว

    i could not download data set

    • @KGPTalkie
      @KGPTalkie  ปีที่แล้ว

      what error are you getting?

  • @Amy-Ca
    @Amy-Ca 7 หลายเดือนก่อน

    ModuleNotFoundError: No module named 'preprocess_kgptalkkie'

  • @muhammadanasrasheed5931
    @muhammadanasrasheed5931 ปีที่แล้ว

    i'm unable to run preprocess_kgptalkie even though i do as you told

    • @KGPTalkie
      @KGPTalkie  ปีที่แล้ว

      What is error?

    • @Anoopsingh-ie4qx
      @Anoopsingh-ie4qx ปีที่แล้ว

      @@KGPTalkie ---------------------------------------------------------------------------
      ModuleNotFoundError Traceback (most recent call last)
      Cell In[4], line 2
      1 # basic feature extraction |
      ----> 2 import preprocess_kgptalkie as ps
      4 df = ps.get_basic_features(df)
      ModuleNotFoundError: No module named 'preprocess_kgptalkie'

    • @akshita7870
      @akshita7870 ปีที่แล้ว

      sir its showing no module found named 'preprocess_kgptalkie'@@KGPTalkie

    • @anushkarai5564
      @anushkarai5564 11 หลายเดือนก่อน +1

      First you need to clone the repo. Then you can do it

    • @samiramustafa2354
      @samiramustafa2354 11 หลายเดือนก่อน

      @@anushkarai5564I tried that too but for some reason gives me an error still