您的位置:首页 > 运维架构 > Linux

Linux 系统中 hmmlearn 编程环境

2017-11-09 18:15 239 查看

Linux 系统中 hmmlearn 编程环境

1. Installation

The required dependencies to use hmmlearn are

    Python >= 2.6

    NumPy (tested to work with >=1.9.3)

    SciPy (tested to work with >=0.16.0)

    scikit-learn >= 0.16

You also need Matplotlib >= 1.1.1 to run the examples and pytest >= 2.6.0 to run the tests.

strong@foreverstrong:~$ pip install -U --user hmmlearn
Collecting hmmlearn
Downloading hmmlearn-0.2.0.tar.gz (107kB)
100% |████████████████████████████████| 112kB 349kB/s
Building wheels for collected packages: hmmlearn
Running setup.py bdist_wheel for hmmlearn ... done
Stored in directory: /home/strong/.cache/pip/wheels/de/6c/25/c5fc03ff58b509d7b9769a0d5e2f69fc3fe89feebd70b89b86
Successfully built hmmlearn
Installing collected packages: hmmlearn
Successfully installed hmmlearn-0.2.0
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
strong@foreverstrong:~$


2. hmmlearn 版本

strong@foreverstrong:~$ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import hmmlearn
>>> hmmlearn.__version__
'0.2.0'
>>> exit()
strong@foreverstrong:~$


3.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: