摘要: https://repo.continuum.io/archive/Anaconda3-4.4.0-Windows-x86_64.exe 阅读全文
posted @ 2017-08-10 15:50 横扫LBest 阅读(107) 评论(0) 推荐(0) 编辑
摘要: systemctl get-default systemctl set-default graphical.target systemctl set-default multi-user.target 阅读全文
posted @ 2017-08-09 10:03 横扫LBest 阅读(178) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file."""from openpyxl import Workbook ''' - Creat workbook'''wb = Workbook() ''' - 阅读全文
posted @ 2017-07-27 17:33 横扫LBest 阅读(925) 评论(0) 推荐(0) 编辑
摘要: 1、准备工作 安装sklearn之前,我们需要先安装numpy,scipy函数库。 pip install numpy pip install scipy 2、安装sklearn机器学习库 即安装完成。 阅读全文
posted @ 2017-06-20 09:31 横扫LBest 阅读(82) 评论(0) 推荐(0) 编辑