반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Python
- Jenkins
- VPN
- kubeflow
- aws cicd
- Flux
- Kafka
- COALESCE
- SQL
- java bigdecimal
- AWS CI/CD 구축하기
- Airflow
- chartjs
- JavaScript
- IntelliJ
- aws
- redis
- Spring
- Spring Error
- codebuild
- node
- codedeploy
- codedeploy error
- bootstrap
- codepipeline
- PostgreSQL
- chart.js
- 도커
- docker
- or some instances in your deployment group are experiencing problems.
Archives
- Today
- Total
목록No module named 'pyLDAvis.gensim' (1)
Small Asteroid Blog

import pyLDAvis.gensim as gensimvis 다음 코드를 실행하면 모듈이름이 없다고 나온다. pyLDAvis gensim 이름이 변경된 것으로 위의 코드 대신에 아래 코드를 사용하면 된다. import pyLDAvis.gensim_models as gensimvis 최근 코드 정보를 보고싶으면 아래 페이지에서 확인할 수 있다. https://github.com/bmabey/pyLDAvis#:%7E:text=pyLDAvis%20is%20designed%20to%20help,an%20interactive%20web%2Dbased%20visualization.&text=Note%3A%20LDA%20stands%20for%20latent%20Dirichlet%20allocation. GitH..
백엔드/Python
2021. 10. 29. 11:09