Weight for item or user (based on `is_item`) for all in `arr`
get_weights(object, arr, is_item = TRUE, convert = FALSE)
extract weights
R data frame
logical, is item
to R matrix
tensor
if (FALSE) {
movie_w = learn %>% get_weights(top_movies, is_item = TRUE, convert = TRUE)
}