<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ejinote</author_name>
  <author_url>https://blog.hatena.ne.jp/ejinote/</author_url>
  <blog_title>天色グラフィティ</blog_title>
  <blog_url>https://amalog.hateblo.jp/</blog_url>
  <categories>
    <anon>データ解析</anon>
    <anon>Python</anon>
  </categories>
  <description>メモです。自分がコピペでぺたぺたする用なので随時更新です。 HyperoptでLightGBMモデルをチューニングする from hyperopt import fmin, hp, tpe def objective(params): params['num_leaves'] = int(params['num_leaves']) params['max_depth'] = int(params['max_depth']) params['min_data_in_leaf'] = int(params['min_data_in_leaf']) model = LGBMRegressor(**p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famalog.hateblo.jp%2Fentry%2Fdata-analysis-snippets&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>https://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-16 10:50:08</published>
  <title>機械学習コンペで使うスニペットたち</title>
  <type>rich</type>
  <url>https://amalog.hateblo.jp/entry/data-analysis-snippets</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
