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.

"decision tree with weights"

kli1kli1 Member Posts: 1 Learner III
edited June 2019 in Help
Hello:

I'm working with a very skewed dataset, where target class distribution is 99.5% vs 0.5%.
I'm trying to build a decision tree. Regular decision tree operator assigns all the leaves to the majority class, and by X-Validation I trivially get 99.5% accuracy.
I added to examples a weight attribute, 1 or 200, correspondingly, as described on here. However, "Decision Tree" operator ignores examples' weights by default and I could not find any way to enable it. I tried building "X-Validation" with enabled "use example weights option" check box in "Performance (classification)" operator, and it looks like examples' weights are actually used here, by "Performance (classification)" operator, (I get 50% accuracy instead of 99.5%, meaning that I assigned weights correctly).
Could you, please, tell me how I can build a decision tree which uses examples' weights?

Answers

  • andretravelsandretravels Member Posts: 1 Learner III
    i have a similar problem ..is there a way to know which operators can use weighted example sets...
    i want to use a decision tree , svm or nn but they all seem to ignore the weight column in my data set
Sign In or Register to comment.