摘要: sklearn API:http://scikit-learn.org/stable/modules/classes.html#module-sklearn.model_selection GaussianNB 有关地形数据的GaussianNB 部署: #!/usr/bin/python """ 阅读全文
posted @ 2017-11-07 22:14 谢美霞 阅读(670) 评论(0) 推荐(0) 编辑
摘要: Anaconda 是一个包含数据科学常用包的 Python 发行版本。它基于 conda ——一个包和环境管理器——衍生而来。你将使用 conda 创建环境,以便分隔使用不同 Python 版本和不同程序包的项目。你还将使用它在环境中安装、卸载和更新包。通过使用 Anaconda,处理数据的过程将 阅读全文
posted @ 2017-10-26 21:12 谢美霞 阅读(48665) 评论(0) 推荐(3) 编辑
摘要: 第一篇:Python基础 阅读全文
posted @ 2017-10-12 11:31 谢美霞 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Python基础 一:字符串 1、字符串如:‘hello’ 具有的功能如下: class str(basestring): """ str(object='') -> string Return a nice string representation of the object. If the a 阅读全文
posted @ 2017-10-12 11:27 谢美霞 阅读(308) 评论(0) 推荐(0) 编辑