Hi,
I have a dataset with categorical output consisting of two categories ('yes' and 'no'). The 'yes' category has a frequency of two-thirds, while the 'no' category has a frequency of one-third. Are there any balancing techniques (Tools) available in Alteryx that can be used to balance the data and ensure that both categories have equal weight?
Thanks!
Solved! Go to Solution.
Hi @Hagar-Usama
You can use the Oversample field tool to compensate for data balancing issues
Set the percentage to the value required to balance, in your case 50%
Dan
Thanks @danilang