Skip to content

Commit

Permalink
remove entries that are never used, coefficient variations can only b…
Browse files Browse the repository at this point in the history
…e 'user', 'item', 'category', and 'constant'.
  • Loading branch information
TianyuDu committed Sep 15, 2023
1 parent 9259b9e commit 7c51e71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bemb/model/bemb.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ def __init__(self,
'user': num_user_obs,
'item': num_item_obs,
'category' : 0,
'session': num_session_obs,
'price': num_price_obs,
'taste': num_taste_obs,
'constant': 1 # not really used, for dummy variables.
}

Expand Down

0 comments on commit 7c51e71

Please sign in to comment.