为了方便研究各种机器学习算法,我想用graphlab来辅助我对后续算法的研究。所以我的目标就是安装graphlab到我的windows笔记本中。而基于python的graphlab的安装最好是采用如下步骤:

 

1 安装Anaconda2-4.0.0-Windows-x86_64.exe文件(需要手动下载)

2 conda create -n gl-env python=2.7 anaconda=4.0.0     :安装2.7

3 activate gl-env      :进入anaconda命令

4 python -m pip install --upgrade pip(或者conda update pip 命令)     :升级pip


去 graphlab官网注册 Register for the Turi Academic Program 得到 graphlab分给给你的product key,将你的注册邮箱和分配给你的 product key拼成命令如下:


pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/xxxx@xxx.com/8989-7C42-8888-591D-79BD-19A4-B073-02AE/GraphLab-Create-License.tar.gz

相关文章:

  • 2022-02-18
  • 2021-09-18
  • 2022-12-23
  • 2021-09-29
  • 2021-11-29
  • 2021-12-11
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-11-05
  • 2022-01-14
  • 2021-12-06
  • 2021-11-21
  • 2021-04-07
  • 2021-06-14
  • 2021-12-06
相关资源
相似解决方案