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
Data Objects There are only three kinds of data objects in Gorse: users, items and feedbacks. User A user object consists of a user ID and labels describing the user. The user labels can be empty, but these labels help to improve recommendations. type User struct { UserId string // user ID Labels []string // labels describing the user }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
docs/master/concepts/data-objects
Data Objects There are only three kinds of data objects in Gorse: users, items and feedbacks. User A user object consists of a user ID and labels describing the user. The user labels can be empty, but these labels help to improve recommendations. type User struct { UserId string // user ID Labels []string // labels describing the user }
https://gorse.io/docs/master/concepts/data-objects.html
Beta Was this translation helpful? Give feedback.
All reactions