<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>oosakik</author_name>
  <author_url>https://blog.hatena.ne.jp/oosakik/</author_url>
  <blog_title>ウミガメバイオインフォ</blog_title>
  <blog_url>https://oosakik.hatenablog.com/</blog_url>
  <categories>
    <anon>Python-sklearn</anon>
    <anon>Python</anon>
    <anon>sklearn</anon>
  </categories>
  <description>概要 実装はsklearnを利用する。 環境 sklearn 0.21.2 matplotlib 3.1.1 実装 データ ボストンデータを利用する。 from sklearn.datasets import load_boston from sklearn.model_selection import train_test_split from sklearn.preprocessing import StandardScaler data = load_boston() x_train, x_test, y_train, y_test = train_test_split(data['da…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foosakik.hatenablog.com%2Fentry%2F2019%2F11%2F18%2F223210&quot; title=&quot;Ridge回帰の実装 - ウミガメバイオインフォ&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/o/oosakik/20191107/20191107204749.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-11-18 22:32:10</published>
  <title>Ridge回帰の実装</title>
  <type>rich</type>
  <url>https://oosakik.hatenablog.com/entry/2019/11/18/223210</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
