Options

discretization

satyendrasatyendra Member Posts: 13 Contributor II
edited November 2018 in Help
hi all,
        i am working on diabetes dataset of women.it have attributes like 'bio mass index','plasma glucose','triceps sft','age','pregnant'......and few other.in this i have to predict whether a patient will develop diabetes or not.now in this i used user based discretization to discretize few attribute........few other attributes i have to discretize with bin discretization....................now my problem is that........"after discretizing few attribute with user based discretization how to discretize remaning other with bin discretization??"...... :(
                  with regards
                                satyendra

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    if you are using RapidMiner 5.0, you could simply use the attribute filter of the discretization operators. Switch Attribute_filter_type to Subset and select the attribute you are going to discretize. You can select all non discretized numerical attributes in the second operator.

    Greetings,
      Sebastian
Sign In or Register to comment.