Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Predict missing values

hatsjikideehatsjikidee Member Posts: 3 Learner I
edited October 2019 in Help
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!

Best Answer

Answers

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi @hatsjikidee,

    If you have some descriptive features of your songs, you can build a model based on your labeled data (your rated songs) and then apply this model to the unlabelled data (the unrated songs).

    To help you further can you share your data ? 

    Hope this helps,

    Regards,

    Lionel

  • hatsjikideehatsjikidee Member Posts: 3 Learner I
    Hi lionel,

    The dataset has 3 attributes:
    Song name - Rating - Name (of the rater)

    Every user has about 40 songs, of which 20 rated and 20 not. So the goal is to predict the missing ones based on what the user rated on the ones he did rate. Hope this gives more clarification.
  • hatsjikideehatsjikidee Member Posts: 3 Learner I
    So from what I understand, as far as it is possible I make good predictions with this process. Thank you both for th help and information!
Sign In or Register to comment.