データ分析

Thumbnail of post image 126

3回 中山 4日目レース予測

データ分析

Thumbnail of post image 005

2回 阪神 3日目レース予測

データ分析

Thumbnail of post image 100

3回 中山 3日目レース予測

データ分析

Thumbnail of post image 029

2回 中京 5日目レース予測

データ分析

Thumbnail of post image 068

2回 中京 6日目レース予測

データ分析

Thumbnail of post image 187

2回 阪神 2日目レース予測

データ分析

Thumbnail of post image 062

3回 中山 2日目レース予測

データ分析

Thumbnail of post image 057

2回 阪神 1日目レース予測

データ分析

Thumbnail of post image 180

3回 中山 1日目レース予測

Python,データ分析

Thumbnail of post image 161
目的

前回Scrapyを利用して取得した競馬予想家のコメントを分析して、競馬予想の着眼点を探してみる。

準備

今回は自然言語解析を行うため、形態素解析エンジンMeCabをインストールする。

!pip install me ...