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’
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
very good sir, thank you very much
Thank you so much. Subscribers like you always motivates me to make more videos.
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’
Sir after cloning the kgplite libirary it shows module 'preprocess_kgptalkie' has no attribute 'get_basic_features'
Same error😢
sir i am unable to run preprocess_kgptalkie
how can i use clustering algorithm or lda for each clusters in my twitter sentiments or for the amazon review data.
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
Sır! If we don't have the sentiment column in our Twitter dataset, what should we do?
How many columns you have?
@@KGPTalkie I have two columns: 'id' and 'tweet_text'.
I have two columns: 'id' and 'tweet_text'.@@KGPTalkie
@@KGPTalkieI also have the same issue, what should we do if we don't have 'sentiment'. Please tell us
@@vantaex3299 apply vadersentiment analyzer
No module named 'preprocess_kgptalkie error plz help
Please install this first as shown in the video
has this error been fixed??
streamlit application is showing error : no module found sklearn
have you installed scikit learn?
Check if you are running streamlit app on correct python version
@@KGPTalkie how to install
@@ritvikraj8384 please watch this lecture for environment setting th-cam.com/video/BXsgHC8qTac/w-d-xo.html&ab_channel=KGPTalkie
i could not download data set
what error are you getting?
ModuleNotFoundError: No module named 'preprocess_kgptalkkie'
i'm unable to run preprocess_kgptalkie even though i do as you told
What is error?
@@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'
sir its showing no module found named 'preprocess_kgptalkie'@@KGPTalkie
First you need to clone the repo. Then you can do it
@@anushkarai5564I tried that too but for some reason gives me an error still