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
"SKEWED gamma like Non-negative pdf modeling= poor learner performance"
Hi
I have noticed that if a label attribute has a non negative highly skewed distribution the performance of learners such as Neural net is very poor compared to symmetrical (about zero) pdf problems.
Any way to tweak/bias a learner for such a distribution?
thx
I have noticed that if a label attribute has a non negative highly skewed distribution the performance of learners such as Neural net is very poor compared to symmetrical (about zero) pdf problems.
Any way to tweak/bias a learner for such a distribution?
thx
Tagged:
0
Answers
maybe it helps if you normalize the label before training and de-normalize the prediction after model application... I am not sure if this helps (not using NN a lot myself...)
Cheers,
Ingo
hmm
I am using nn for it and there is a parameter on the nn operator to normalize the data, it doesnt really help thoug...