“解决不平衡数据的属性权重"

makakmakak MemberPosts:13Contributor I
edited June 2019 inHelp
Hi,

I am trying to experimet with various techniques for attribute weighting for my dataset which is quite unbalanced. I am subsampling the majority class when I am training classifier. My question is, when I am applying "Weight by ..." operators, should I apply them for original (unbalanced) dataset, or for balanced dataset? Intuitively for balanced I'm just not sure.

Thank you.
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, MemberPosts:1,869Unicorn
    Hi,

    yes, in general you should use the balanced data set for any kind of data mining and data analysis, at least as long as you are in the training process.

    Performance measurements can also be taken on the original class distributions, depending on the desired output and interpretation of the performance values.

    Best regards,
    Marius
  • makakmakak MemberPosts:13Contributor I
    Thank you.
Sign InorRegisterto comment.