<?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>Python</anon>
    <anon>machine_learning</anon>
    <anon>MOOC</anon>
  </categories>
  <description>ud730ネタ。off-the-shelf classifierとしてsklearn.linear_modelを使う。 from sklearn.linear_model import LogisticRegression # でっかいデータセットから1000サンプルだけ訓練データを取り出す。 train_dataset = all_data[&quot;train_dataset&quot;] train_labels = all_data[&quot;train_labels&quot;] mini_len = 1000 mini_train = train_dataset[0:mini_len] mini_train_labe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2016%2F06%2F26%2F011843&quot; title=&quot;既製の分類器 - らんだむな記憶&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-06-26 01:18:43</published>
  <title>既製の分類器</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2016/06/26/011843</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
