Attribute weight help
Hi,
I'm working with decision trees, I’m trying to understand the factors must important that conducts to a sewer pipe failure, my records have attributes like diameter , length, etc. I have an attribute whit the number of failures in that pipe, I think this information can be use like a weight. Because the data is unbalanced most of the examples have a value 0. If I use “set rule” to set this attribute as weight, the tree becomes completely trained and useless, so I have to get out this attribute to get results. So my question is, is there a way to use this information without over training the tree.
Thanks for your attention,
Paulo Praça
I'm working with decision trees, I’m trying to understand the factors must important that conducts to a sewer pipe failure, my records have attributes like diameter , length, etc. I have an attribute whit the number of failures in that pipe, I think this information can be use like a weight. Because the data is unbalanced most of the examples have a value 0. If I use “set rule” to set this attribute as weight, the tree becomes completely trained and useless, so I have to get out this attribute to get results. So my question is, is there a way to use this information without over training the tree.
Thanks for your attention,
Paulo Praça
Tagged:
0
Answers
~Martin
Dortmund, Germany
Have you tried to change the minimal gain?
Dortmund, Germany
For example:
Faults
0
1
2-3
4-5
6+
Or even more simply Faults: Low, Medium, High.