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
discretization
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
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
0
Answers
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