notebook tag

65 questions


1 answers
92 views
0
I'm making a macro, but I don't

I'm totally a novice. I tried to make it quickly with a jupyter notebook, but it doesn't work.When coordinate 1 turns white, press coordinate 2 button import keyboardimport clickimport timeimport pyau...

2 years ago

1 answers
85 views
0
pytorch import problem

I installed the pytorch properly, and I was using it without any problems with VScode.But since yesterday, suddenlyimport torchModuleNotFoundError: No module named 'torch'An error occurs. But the stra...

2 years ago

1 answers
103 views
0
Here's a question. Question how to load and merge multiple csv files in a folder

I'm using Jupiter laptop, path = 'data/test'Wash_data_202110110909.csv Wash_data_202110110910.csvWash_data_202110110911.csvWash_data_202110110912.csv'''There are more than 2000 csv files in the same n...

2 years ago

2 answers
71 views
0
Problems that do not delete disused words during natural language processing (correction)

Hi, everyoneI'm inquiring because the unused terms have not been deleted during natural language preprocessing with Jupiter's laptop.import konlpyimport redef tokenize_korean_text(text): text = re.sub...

2 years ago

1 answers
89 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...

« - 7 -

© 2024 OneMinuteCode. All rights reserved.