データ分析

Thumbnail of post image 110

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

データ分析

Thumbnail of post image 048

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

データ分析

Thumbnail of post image 111

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

データ分析

Thumbnail of post image 010

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

データ分析

Thumbnail of post image 199

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

データ分析

Thumbnail of post image 053

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

データ分析

Thumbnail of post image 182

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

データ分析

Thumbnail of post image 040

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

データ分析

Thumbnail of post image 077

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

Python,データ分析

Thumbnail of post image 191
目的

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

準備

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

!pip install me ...