当前位置:网站首页>Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
2022-07-02 01:27:00 【Ye Tingyun】
pip install Put on the pyLDAvis
pip install pyLDAvis -i http://pypi.douban.com/simple --trusted-host
(base) C:\Users\Administrator>pip install pyLDAvis -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
Looking in indexes: http://pypi.douban.com/simple
Collecting pyLDAvis
Downloading http://pypi.doubanio.com/packages/03/a5/15a0da6b0150b8b68610cc78af80364a80a9a4c8b6dd5ee549b8989d4b60/pyLDAvis-3.3.1.tar.gz (1.7 MB)
|████████████████████████████████| 1.7 MB 6.8 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Requirement already satisfied: pandas>=1.2.0 in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (1.3.4)
Requirement already satisfied: future in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (0.18.2)
Requirement already satisfied: numpy>=1.20.0 in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (1.20.3)
Requirement already satisfied: scipy in c:\users\administrator\appdata\roaming\python\python38\site-packages (from pyLDAvis) (1.6.0)
Requirement already satisfied: joblib in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (1.0.1)
Requirement already satisfied: gensim in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (3.8.3)
Requirement already satisfied: scikit-learn in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (0.23.1)
Requirement already satisfied: jinja2 in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (2.7.2)
Requirement already satisfied: setuptools in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (49.2.0.post20200714)
Collecting sklearn
Downloading http://pypi.doubanio.com/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz (1.1 kB)
Requirement already satisfied: numexpr in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (2.7.1)
Requirement already satisfied: funcy in d:\python\anaconda3\lib\site-packages (from pyLDAvis) (1.17)
Requirement already satisfied: pytz>=2017.3 in d:\python\anaconda3\lib\site-packages (from pandas>=1.2.0->pyLDAvis) (2020.1)
Requirement already satisfied: python-dateutil>=2.7.3 in d:\python\anaconda3\lib\site-packages (from pandas>=1.2.0->pyLDAvis) (2.8.1)
Requirement already satisfied: six>=1.5.0 in d:\python\anaconda3\lib\site-packages (from gensim->pyLDAvis) (1.15.0)
Requirement already satisfied: smart-open>=1.8.1 in d:\python\anaconda3\lib\site-packages (from gensim->pyLDAvis) (4.1.2)
Requirement already satisfied: Cython==0.29.14 in d:\python\anaconda3\lib\site-packages (from gensim->pyLDAvis) (0.29.14)
Requirement already satisfied: threadpoolctl>=2.0.0 in d:\python\anaconda3\lib\site-packages (from scikit-learn->pyLDAvis) (2.1.0)
Requirement already satisfied: markupsafe in d:\python\anaconda3\lib\site-packages (from jinja2->pyLDAvis) (2.0.1)
Building wheels for collected packages: pyLDAvis, sklearn
Building wheel for pyLDAvis (PEP 517) ... done
Created wheel for pyLDAvis: filename=pyLDAvis-3.3.1-py2.py3-none-any.whl size=136900 sha256=e23c194c0ef03967d487011208dede4141f5f6a163a77111283455f230c697fa
Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\b5\ee\b2\29f82d7103ba90942d31cdeb29372b27fb74dbe7ff535cc081
Building wheel for sklearn (setup.py) ... done
Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1320 sha256=9a20c412366931bdd7ca5bad4a82cdac502d9414a32a5320641b1898e633cd6e
Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\c5\c2\a1\e36638731a4ac05326b1bf08abc0d79c19ba07700cf6b5d648
Successfully built pyLDAvis sklearn
Installing collected packages: sklearn, pyLDAvis
Successfully installed pyLDAvis-3.3.1 sklearn-0.0
I thought I could use it happily , However, an error is reported in the running code :


uninstall Just installed pyLDAvis==3.3.1
Install the specified version pyLDAvis==2.1.2.
pip install pyLDAvis==2.1.2 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
Or do not install the old version , Use the new version :
import pyLDAvis.gensim_models as gensimvis
from pyLDAvis import gensim
pyLDAvis.enable_notebook()
''' lda: Calculated topic model corpus: Document word frequency matrix dictionary: Word space '''
d = gensim.prepare(lda,corpus,dictionary)
d = gensimvis.prepare(lda,corpus,dictionary)
pyLDAvis.display(d) # Displayed in browser
# pyLDAvis.save_html(p, 'lda.html')
utilize pyLDAvis.save_html(p, ‘lda.html’) Method can save the visualization results as separate HTML file .
Refer to the :
- About python Package installation error solution ( With gensim、pyLDAvis For example )
- https://blog.csdn.net/qq_42841672/article/details/115703611
- take pyLDAvis The visualization results are exported as independent web pages
边栏推荐
- [image enhancement] vascular image enhancement based on frangi filter with matlab code
- Entrepreneurship is a little risky. Read the data and do a business analysis
- Learning note 3 -- Key Technologies of high-precision map (Part 1)
- 三分钟学会基础k线图知识
- KS006基于SSM实现学生成绩管理系统
- Global and Chinese markets for food allergens and intolerance tests 2022-2028: Research Report on technology, participants, trends, market size and share
- 微信小程序中使用tabBar
- Principle of finding combinatorial number and template code
- k线图形态这样记(口诀篇)
- Memorabilia of domestic database in June 2022
猜你喜欢

Basic concepts of machine learning

ES6 new method of string

Appium inspector can directly locate the WebView page. Does anyone know the principle

How does schedulerx help users solve the problem of distributed task scheduling?

Liteos learning - first knowledge of development environment
![[rust web rokcet Series 1] Hello, world and get, post, put, delete](/img/d8/7dd5fe409d349a13128b6af554f952.jpg)
[rust web rokcet Series 1] Hello, world and get, post, put, delete
![[IVX junior engineer training course 10 papers to get certificates] 09 chat room production](/img/a8/25215e74162b7ab3f29df65681932b.jpg)
[IVX junior engineer training course 10 papers to get certificates] 09 chat room production

The concept and application of Cartland number

Study note 2 -- definition and value of high-precision map
![[Obsidian] wechat is sent to Obsidian using remotely save S3 compatibility](/img/8b/e51867cfe9d200ac385e1d1f01e4b3.jpg)
[Obsidian] wechat is sent to Obsidian using remotely save S3 compatibility
随机推荐
Recommend an online interface mock tool usemock
Day 13 of hcip (relevant contents of BGP agreement)
Private project practice sharing [Yugong series] February 2022 U3D full stack class 009 unity object creation
Learning notes 25 - multi sensor front fusion technology
Minimize the error
uTools
MySQL winter vacation self-study 2022 12 (4)
Hcip day 14 (MPLS protocol)
Edge extraction edges based on Halcon learning_ image. Hdev routine
How does schedulerx help users solve the problem of distributed task scheduling?
The author is more willing to regard industrial Internet as a concept much richer than consumer Internet
Global and Chinese markets for maritime services 2022-2028: Research Report on technology, participants, trends, market size and share
Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
Using tabbar in wechat applet
Cat Party (Easy Edition)
Learning note 24 - multi sensor post fusion technology
Self drawing of menu items and CListBox items
No converter found for return value of type: class
How does schedulerx help users solve the problem of distributed task scheduling?
Game thinking 15: thinking about the whole region and sub region Services