Skip to main content

Get full access to 仕事ではじめる機械学習 第2版 and 60K+ other titles, with a free 10-day trial of O'Reilly.

There are also live events, courses curated by job role, and more.

9章Kickstarterの分析、機械学習を使わないという選択肢

本章では、実際にデータ分析を行いながら、データ分析を進めていく際の思考と、その結果どのようなレポートが出てくるのか、という過程を実際にお見せします。

本章では、Kickstarterをスクレイピングして得たデータを元に、Excelを活用したデータ分析、上司に提出する用のレポート作成までをひと通り実務に即した形で体験してみるものです。

note

この分析は筆者がサイドワークで携わっていたプロジェクトにおいて、Kickstarterでの資金調達を検討した際に実際に行ったものです。 結局、Kickstarterでの資金調達は実現しませんでした。しかし、Kickstarterの分析でいくつか面白い知見が得られたので、その内容を踏まえて紹介します。

本章で利用したコードはhttps://github.com/oreilly-japan/ml-at-work/tree/master/chap08に置いてあります。合わせてごらんください。

9.1 KickstarterのAPIを調査する

はじめにKickstarterのAPIについて調べてみましょう。まず 「kickstarter api」で検索してみると、Does Kickstarter have a public API? - Stack Overflow1という記事が見つかります。

どうやら、Kickstarterの検索ページのURLに.jsonを指定すると、そのままJSON形式でデータが返ってくるという非公開APIがあるようです。今回はこれを利用させてもらいましょう。 ...

Get 仕事ではじめる機械学習 第2版 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.

Don’t leave empty-handed

Get Mark Richards’s Software Architecture Patterns ebook to better understand how to design components—and how they should interact.

It’s yours, free.

Get it now
Cover of Software Architecture Patterns

Check it out now on O’Reilly

Dive in for free with a 10-day trial of the O’Reilly learning platform—then explore all the other resources our members count on to build skills and solve problems every day.

Start your free trial Become a member now