Skip to content

Commit

Permalink
Update SRNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zepingyu0512 authored May 21, 2018
1 parent 3bebad1 commit 11e984e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SRNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#load data
df = pd.read_csv("yelp_2013.csv")
df = df.sample(5000)

Y = df.stars.values-1
Y = to_categorical(Y,num_classes=5)
Expand Down

0 comments on commit 11e984e

Please sign in to comment.