データ分析

Thumbnail of post image 007

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

データ分析

Thumbnail of post image 163

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

データ分析

Thumbnail of post image 136

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

データ分析

Thumbnail of post image 073

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

データ分析

Thumbnail of post image 004

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

データ分析

Thumbnail of post image 200

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

データ分析

Thumbnail of post image 153

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

データ分析

Thumbnail of post image 076

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

データ分析

Thumbnail of post image 174

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

Python,データ分析

Thumbnail of post image 125
目的

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

準備

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

!pip install me ...