-
While collecting and processing, we realised most of the existing sentiment dictionaries out there are applicable in either general (i.e VADER) or financial (i.e MASTER) domains. Other than the domain…
-
The [Testing Gensim](https://radimrehurek.com/gensim/#testing) section of the documentation doesn't explain how to run tests.
Running ```python -m pytest``` fails:
```
===========================…
-
Building gensim from source on Python 3.9 I consistently get this error:
```
File "setup.py", line 108, in finalize_options
__builtins__.__NUMPY_SETUP__ = False
AttributeError: 'dict' object…
-
# 使用pyLDAvis進行視覺化
import pyLDAvis.gensim as gensimvis
import pyLDAvis
pyLDAvis.enable_notebook()
vis = gensimvis.prepare(lda_model, corpus, dictionary_LDA)
# 保存視覺化結果為HTML文件
pyLDAvis.save_html(…
-
## Description
This is related to the PyRoot kernel at https://sft.its.cern.ch/jira/browse/ROOT-10958
The issue with the kernel is that it is throwing an exception and return an error message…
-
### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [ ] I have searched for both [existing issues](https://github.…
-
### Bug description
As the title said, Tensorboard and CSV loggers create different directories when being used together. They should be in same version folder.
### What version are you seeing the p…
-
The code below throws an assertion error:
```
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
#model_name_or_path = "TheBloke/Mixtral-8x7B-Instruct-v0.1-GPTQ"
model_name…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched for other issues and couldn't find a solution or duplication
- [X] I already searched in Google and didn't find any good information o…
-
gensim==3.8.3
Dose the old version(3.8.3) is also not support python 3.6?
How can we fix this issue when i use python 3.6? Because other package is relying on 3.6.
File "/opt/app/simple_…