データ分析

Thumbnail of post image 141

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

データ分析

Thumbnail of post image 189

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

データ分析

Thumbnail of post image 133

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

データ分析

Thumbnail of post image 023

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

データ分析

Thumbnail of post image 015

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

データ分析

Thumbnail of post image 110

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

データ分析

Thumbnail of post image 075

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

データ分析

Thumbnail of post image 061

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

データ分析

Thumbnail of post image 109

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

Python,データ分析

Thumbnail of post image 069
目的

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

準備

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

!pip install me ...