You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
I am trying to execute both user based and item based recommendations and compare the results.
If my understanding is right, we do this by changing major=users/items ,
def main():
params['major'] = 'users'/items
Is this the correct way to do it? Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to execute both user based and item based recommendations and compare the results.
If my understanding is right, we do this by changing major=users/items ,
def main():
params['major'] = 'users'/items
Is this the correct way to do it? Thanks!
The text was updated successfully, but these errors were encountered: