text-mining tag

3 questions


1 answers
91 views
0
How can I change the integer encoding to learn with int data?

My goal is to model the ranking of shopping mallsThe final goal is to learn how Rank will come out.Among the categories you currently see, the encoding name is an integer encoding of the product's tit...


1 answers
142 views
0
Error related to networkx: ValueError: Received invalid argument(s): size

import pandas as pddf =pd.read_csv(C:\\python37\\practice\\textmining\\ccccg\\xxx.csv, encoding='cp949')galexy_posts=df.get('song')print(galexy_posts[0:10])from eunjeon import Mecabtagger = Mecab()gal...


1 answers
88 views
0
(Correction) The problem of data disappearing when code is executed to delete the term

Hi, everyoneThrough the what I asked earlier, I was able to correct the disused term deletion code and get the result of actually deleting the disused term.But when I turned the code, I found that whe...


© 2024 OneMinuteCode. All rights reserved.