The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Prediction

LeMarcLeMarc Member Posts: 72 Contributor II
Hello,
I was wondering how to predict the existence of missing values? I do not mean to predict the values itself but merely is there a missing value or not within the field.

Thank you

Best Answer

Answers

  • [Deleted User][Deleted User] Posts: 0 Newbie
    edited March 2020
    Hello @LeMarc,

    Take a look at this link please. With declare missing value operator you can declares the specified values of the selected attributes as missing values. :)

     https://docs.rapidminer.com/latest/studio/operators/cleansing/missing/declare_missing_value.html

    Also may be you need this one ;)

    https://docs.rapidminer.com/latest/studio/operators/cleansing/missing/replace_missing_values.html

    There is a question which is similar to your question and the link is this:

    https://community.rapidminer.com/discussion/comment/61107#Comment_61107


    I hope this helps
    mbs
  • LeMarcLeMarc Member Posts: 72 Contributor II
    Thank you @mbs
    those operators are familiar to me as well.
    I was meaning how to predict if a field within a label attribute is missing or not. So that would be a binominal classification task. Missing - Yes or No.
    Is that possible?
  • LeMarcLeMarc Member Posts: 72 Contributor II
    @ varunm1 Thank you.

    I tried to generate a new attribute that has missing status. That should be based on all existing columns. But it is not possible to select several attributes for the missing function at once? Quote " Error: The function missing must have 1 argument but  has x".

    And also I would like to cluster the examples with missing values withing a single cluster. But it seems most of the available algorithms cant handle missing values anyway. Is there a solution?
  • LeMarcLeMarc Member Posts: 72 Contributor II
    Ok found the solution to my first answer on how to select several attributes for the missing function at once. But an answer to the second question would be helpful!
  • varunm1varunm1 Member Posts: 1,207 Unicorn
    edited March 2020
    I would like to cluster the examples with missing values withing a single cluster. But it seems most of the available algorithms cant handle missing values anyway. Is there a solution?
    @LeMarc Yep, Not all algorithms handle missing values. General procedures are to either impute missing values or remove examples with missing values. Few algorithms that can handle clustering with missing values are Support Vector Clustering and Random Clustering.

    You can also right-click on any operator and click show operator info to see what types of data they support.

    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • LeMarcLeMarc Member Posts: 72 Contributor II
    @varunm1 Thank you for the answer
Sign In or Register to comment.