今回もお寿司データセットを使って、推薦システムを作ります。 www.kamishima.net 前回と同様、上記サイトのAll Data Setからsushi3-2016.zipをダウンロード・展開して、sushi3b.5000.10.scoreファイルをpythonファイルと同じディレクトリにコピーしておきます。 import numpy as np scores = np.loadtxt('sushi3b.5000.10.score', delimiter=' ') print('scores.shape: {}'.format(scores.shape)) # scores.shape: (5000, 100) print('scores[0]:\n{}'.format(scores[0])) # scores[0]: # [-1. 0. -1. 4. 2. -1. -1. -1.