<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>machine_learning</anon>
  </categories>
  <description>漸く scikit-learn での iris dataset の分類を試みる。今回は scikit-learn 1.0.2 を使った。 といってもよくある実装の通りで from sklearn import datasets from sklearn.model_selection import train_test_split from sklearn.tree import DecisionTreeClassifier # データセットのロードと訓練データとテストデータへの分割 iris = datasets.load_iris() X_train, X_test, y_train, y…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2022%2F03%2F26%2F172838&quot; title=&quot;決定木 (6) - らんだむな記憶&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/d/derwind/20220326/20220326171359.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-03-26 17:28:38</published>
  <title>決定木 (6)</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2022/03/26/172838</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
