2015-08-17から1日間の記事一覧

データから予測する:重回帰分析

回帰分析 0:とは 定義: <a href="http://tokeigaku.blog.jp/python/numpy/%E9%87%8D%E5%9B%9E%E5%B8%B0%E5%88%86%E6%9E%90" data-mce-href="http://tokeigaku.blog.jp/python/numpy/%E9%87%8D%E5%9B%9E%E5%B8%B0%E5%88%86%E6%9E%90">Python…

Python matplotlib 同じ軸にグラフをかく plt.legend()

参考: Python - matplotlib (+ pandas) によるデータ可視化の方法 (4) - Qiitaqiita.com コード: import MySQLdbfrom pylab import * import sysimport numpy as npimport matplotlib.pyplot as plt# newfrom pandas import * # Aminatoa = read_csv('mina…

Python matplotlib + pandas クロス集計

やろうとしたこと(1): 天気と気温のクロス集計 使ったこと: pandas.crosstab — pandas 0.16.2 documentation 参考: Python - matplotlib (+ pandas) によるデータ可視化の方法 (4) - Qiitaqiita.com エラー: ValueError: If using all scalar values,…