get_bias | R Documentation |
Bias for item or user (based on 'is_item') for all in 'arr'
get_bias(object, arr, is_item = TRUE, convert = TRUE)
object |
extract bias |
arr |
R data frame |
is_item |
logical, is item |
convert |
to R matrix |
tensor
## Not run:
movie_bias = learn %>% get_bias(top_movies, is_item = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.