< 独立项目 -  文本挖掘 >

项目立项的相关背景介绍,TODO方向。

一、Ubuntu环境配置

  主机系统:Windows 7 SP1   64位操作系统 | i5-4210 CPU | 16GB RAM  

  VirtualBox虚拟环境:GUN VitrualBox

  Linux系统:Ubuntu 15.10(ubuntu-15.10-desktop-i386)

二、Python模块的安装

  1、python当前版本检查

  sylar@SylarMining:~$ python --version

  Python 2.7.10

  2、查看当前安装模块

  sylar@SylarMining:~$ python

  >>>help()

  help>modules

  Please wait a moment while I gather a list of all available modules......

  help>quit

  You are now leaving help and returning to the Python interpreter . If you want to ask for help on a particular object directly from the interpreter,you can type "help(object)" .

  >>>import sys

  >>>sys.modules

  3、查看模块的版本信息

  >>>import module

  >>>module.__version__

  >>>quit()

  4、常用Python模块的安装

  先进行pip工具的安装:sudo apt-get install python-pip

  安装:pip install PackageName  更新:pip install -U PackageName  移除:pip uninstall PackageName  搜索:pip search PackageName  帮助:pip help

  #查看已经安装的模块:List installed packages

  sylar@SylarMining:~$ pip list

  sylar@SylarMining:~$ wget https://pypi.python.org/pypi/setuptools

  sylar@SylarMining:~$ pip --version

  pip 1.5.6 from /usr/lib/python2.7/dist-packages(python2.7)

  #安装setuptools:

  sylar@SylarMining:~$ sudo apt-get install python-setuptools

  #查看Ubuntu中安装的Python路径

  sylar@SylarMining:~$ whereis python

  python:/usr/bin/python2.7

  sylar@SylarMining:~$ which python

  /usr/bin/python

  #安装numpy模块和matplotlib模块

  sylar@SylarMining:~$ sudo apt-get install python-numpy

  sylar@SylarMining:~$ sudo apt-get install python-scipy

  sylar@SylarMining:~$ sudo apt-get install python-matplotlib

  

  #安装Python开发环境

  sylar@SylarMining:~$ sudo apt-get install python-dev

  #安装IPython

  sylar@SylarMining:~$ sudo apt-get install ipython

  #安装tornado

  sylar@SylarMining:~$ sudo apt-get install tornado

  #安装libzmq-dev

  sylar@SylarMining:~$ sudo apt-get install libzmq-dev

  #安装scikit-learn模块(sklearn)

  sylar@SylarMining:~$ sudo apt-get install python-sklearn

  #安装pandas

  sylar@SylarMining:~$ sudo apt-get install python-pandas

  #安装patsy

  sylar@SylarMining:~$ sudo apt-get install python-patsy

  #安装statsmodels

  sylar@SylarMining:~$ sudo apt-get install python-statsmodels

  #安装g++

  sylar@SylarMining:~$ sudo apt-get install g++

  #安装jieba

  sylar@SylarMining:~$ pip install jieba

  #安装NLTK

  sylar@SylarMining:~$ sudo apt-get install python-nltk

  #安装MLpy

  sylar@SylarMining:~$ sudo apt-get install python-mlpy

  #安装Shogun

  sylar@SylarMining:~$ sudo apt-get install python-shogun

  #安装MDP

  sylar@SylarMining:~$ sudo apt-get install python-mdp

  #安装PyBrain

  sylar@SylarMining:~$ pip install pybrain

  #安装BigML

  sylar@SylarMining:~$ pip install bigml

  

  

  

  

  

  

  

< 独立项目 - 文本挖掘 > - 2016/11/13 第二更 - <Python环境准备>的更多相关文章

  1. < 独立项目 - 文本挖掘 > - 2016/10/25 第一更 - <Linux相关知识准备>

    < 独立项目 -  文本挖掘 > 项目立项的相关背景介绍,TODO方向. 一.Ubuntu环境配置 主机系统:Windows 7 SP1  64位操作系统 | i5-4210 CPU | ...

  2. 11.13的C++##不想写结构,更不爱指针

    //2019.11.13 卑微的Loving-Q瞎写的程序 报错请更改VS中的SDL检查// 我要去嗨了,在线卑微 1 #include<iostream> #include<std ...

  3. github javascript相关项目star数排行榜(前30,截止2016.11.18):

    github javascript相关项目star数排行榜(前30,截止2016.11.18): 前端开源框架 TOP 100 前端 TOP 100:::::https://www.awesomes. ...

  4. .NET平台开源项目速览(11)KwCombinatorics排列组合使用案例(1)

    今年上半年,我在KwCombinatorics系列文章中,重点介绍了KwCombinatorics组件的使用情况,其实这个组件我5年前就开始用了,非常方便,麻雀虽小五脏俱全.所以一直非常喜欢,才写了几 ...

  5. 【读书笔记】2016.11.19 北航 《GDG 谷歌开发者大会》整理

    2016.11.19 周六,我们在 北航参加了<GDG 谷歌开发者大会>,在web专场,聆听了谷歌公司的与会专家的技术分享. 中午免费的午餐,下午精美的下午茶,还有精湛的技术,都是我们队谷 ...

  6. U3D笔记11:47 2016/11/30-15:15 2016/12/19

    11:47 2016/11/30Before you can load a level you have to add it to the list of levels used in the gam ...

  7. [ionic开源项目教程] - 第11讲 封装BaseController实现controller继承

    关注微信订阅号:TongeBlog,可查看[ionic开源项目]全套教程. 截止到第10讲,tab1[健康]模块的功能基本已经完成了,但这一讲中,controller层又做了较大的改动,因为下一讲中t ...

  8. 最新的 cocoapods 安装与使用(2016.11)

    cocoapods简介: cocoapods 是iOS的类库管理工具,可以让开发者很方便集成各种第三方库,而不用去网站上一个个下载,再一个个文件夹的拖进项目中,还得添加相关的系统依赖库.只需要安装好c ...

  9. iOS app提交审核 11.13条款问题

    今年开年到现在.提交app应用一直招拒,这个问题我想不明白,感觉就是一个坑.所以贴出来给大家看看. 发件人 Apple11.13 - Apps that link to external mechan ...

随机推荐

  1. 【安全测试】burpsuite安装方法

    burp suite需要安装Java环境才可以运行,最好安装jdk1.6以上版本. 1.将jdk安装路径添加到环境变量-path里,加到bin即可: C:\Program Files\Java\jdk ...

  2. 安装xampp 后 发现 apache 启动不起来

    这种事情很常见的.启动不起来 第一,改个端口

  3. 坑爹的属性,android:descendantFocusability用法简析

    开发中很常见的一个问题,项目中的listview不仅仅是简单的文字,常常需要自己定义listview,自己的Adapter去继承 BaseAdapter,在adapter中按照需求进行编写,问题就出现 ...

  4. Topcoder SRM584 DIV 2 500

    #include <set> #include <iostream> #include <string> #include <vector> using ...

  5. vm10虚拟机安装Mac OS X10.10教程[转]

    update:http://www.sysprobs.com/vmware-workstation-8-0-8-0-1-unlocker-to-run-mac-os-x-guest-in-window ...

  6. Java正则匹配数字

    包括5种形式,如测试结果 import java.util.Scanner; import java.util.regex.*; public class Com { public static vo ...

  7. 我的套路(windows):Jenkins+Jmeter+Ant持续集成

    前期准备: 1.Jdk1.6或以上:http://www.oracle.com/technetwork/java/javase/downloads/index.html 命令行输入:java -ver ...

  8. 64位Win7下编译hadoop 1.2.1问题解决

    0.报sed的错误.原因在于没有安装cygwin.安装cygwin的时候要选择sed 1.Cannot run program "autoreconf". 这个问题在网上看了很多解 ...

  9. Similarity-based Learning

    Similarity-based approaches to machine learning come from the idea that the best way to make a predi ...

  10. Python开发入门与实战5-django模型

    5.Django模型 在当今的Web 应用中,主观逻辑经常牵涉到与数据库的交互,数据库驱动网站.在后台连接数据库服务器,从中取出一些数据,然后在 Web 页面用各种各样的格式展示这些数据.这个网站也可 ...