Skip to content

Commit

Permalink
change name and rating data
Browse files Browse the repository at this point in the history
  • Loading branch information
lks21c committed Dec 2, 2017
1 parent 0a96c27 commit 31f0c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py → insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# 평점 로드
rating_col = ['user_id', 'item_id','rating', 'timestamp']
rating = pd.read_csv('ml-100k/u.data', sep='\t' ,header=None, names=rating_col)
rating = pd.read_csv('ml-100k/u1.base', sep='\t' ,header=None, names=rating_col)
n_r = rating.shape[0]

# 사용자 노드 생성
Expand Down

0 comments on commit 31f0c7e

Please sign in to comment.