🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Predict missing values

hatsjikideeUser: "hatsjikidee"
New Altair Community Member
Updated by Jocelyn
Hello all,

I have a dataset with about 3000 records of rated songs. About half are rated, the other half is not. I'm trying to build a model that predicts the empty ratings based on what users rated. I have done the following:

My question is, is this correct? Do I need to make adjustments to make it more correct? Because when I for example already change the k I get different values. And another question: how do I show only the values that have been predicted instead of a full overview, including the already filled in values.

Thanks in advance!

Sort by:
1 - 1 of 11
    @hatsjikidee,

    OK, I understand. In theory, your method is the good one....but as you mentionned for each k value, you have different results, but you can not evaluate the "performance" of each prediction.

    From my point of view, to create a real recommender model, you need descriptive features of your song(s). For example
    you need an associated dataset with for each song, its style (pop, rock etc.), its lenght, its author etc.

    Hope this helps,

    Regards,

    Lionel

    PS : There is a useful ressource (a book) for you : 
     -  "RapidMiner, Data mining use cases  and business analytics applications", (Chapter 9 : Constructing Recommender  Systems in RapidMiner) , from Markus Hofmann and Ralf Klinkenberg.
     - the associated extension "Recommenders" (to install from the MarketPlace).