<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>round-rand</author_name>
  <author_url>https://blog.hatena.ne.jp/round-rand/</author_url>
  <blog_title>ランドML</blog_title>
  <blog_url>https://ml-rand-note.hatenablog.com/</blog_url>
  <categories>
    <anon>Pandas</anon>
  </categories>
  <description>データフレームの準備 相関係数の計算：corr() ヒートマップで表示：sns.heatmap 相関図の描画：sns.pairplot データフレームの準備 sklearnのirisデータセットを使います。 import pandas as pd import seaborn as sns from sklearn.datasets import load_iris # 読み取り iris = load_iris() # irisはnumpy配列なのでカラム名を追加してDataFrameに df = pd.DataFrame(data = iris.data, columns = iris.f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fml-rand-note.hatenablog.com%2Fentry%2Fpandas%2Fcorrelation-matrix-heatmap&quot; title=&quot;【Pandas入門】DataFrameの列の相関を可視化（ヒートマップと散布図） - ランドML&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/r/round-rand/20260222/20260222184409.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-02-24 00:00:00</published>
  <title>【Pandas入門】DataFrameの列の相関を可視化（ヒートマップと散布図）</title>
  <type>rich</type>
  <url>https://ml-rand-note.hatenablog.com/entry/pandas/correlation-matrix-heatmap</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
