November 2017
Beginner to intermediate
366 pages
7h 59m
English
We have our data split into the following:
Using these, let us go ahead and build our recommender system. For the first model, we are going to build a random model.
Building the random model looks as follows:
> random.model <- Recommender(train, "RANDOM")> random.modelRecommender of type 'RANDOM' for 'realRatingMatrix' learned using 1350 users.> getModel(random.model)$range[1] -5.998287 5.224277$labels [1] "j1" "j2" "j3" "j4" "j5" "j6" "j7" "j8" "j9" "j10" "j11" "j12" "j13" "j14" ...
Read now
Unlock full access