
机器学习(一)
湘萌Matsuko
2019.08.01起
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
机器学习入门(一)之pandas库
pandas的实例应用 #The Pandas library uses NaN, which stands for "not a number", to indicate a missing value. #we can use the pandas.isnull() function which takes a pandas series and returns a series of Tru...原创 2019-07-03 14:34:11 · 239 阅读 · 0 评论 -
机器学习入门(一)之Matplotlib库
一、折线图绘制 代码:plt_1.py 文件:unratre.csv 简介:matplotlib库的一些相关操作 #!/usr/bin/env python # -*- coding:utf-8 -*- #表格当年的失业率,作折线图 import pandas as pd import matplotlib.pyplot as plt unrate = pd.read_csv('unrate.cs...原创 2019-07-28 09:32:19 · 268 阅读 · 0 评论 -
机器学习入门(一)之可视化库Seaborn
一、Seaborn介绍 二、整体风格展示原创 2019-08-01 14:17:35 · 473 阅读 · 0 评论