<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>misos</author_name>
  <author_url>https://blog.hatena.ne.jp/misos/</author_url>
  <blog_title>めも</blog_title>
  <blog_url>https://paper.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>データ解析</anon>
    <anon>機械学習</anon>
  </categories>
  <description>やりたいこと データを二次元で可視化 データを三次元で可視化 やりたいこと 主成分分析を行い、データを低次元に表す。 その分布をクラスごとに可視化して、クラスごとに分布が違っている（分布が重なっていない）なら予測が簡単そうだ、とわかるしPCAを教師なしの線形分離器の見れば線形分離可能かも確認できそう。 データを二次元で可視化 from sklearn.decomposition import PCA from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt X, y = load_data() pca2d =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpaper.hatenadiary.jp%2Fentry%2F2016%2F10%2F20%2F005826&quot; title=&quot;pythonでクラスごとの分布をPCAで可視化して問題の難しさを確かめる - めも&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/m/misos/20161020/20161020005512.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-10-20 00:58:26</published>
  <title>pythonでクラスごとの分布をPCAで可視化して問題の難しさを確かめる</title>
  <type>rich</type>
  <url>https://paper.hatenadiary.jp/entry/2016/10/20/005826</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
