🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to balance data based on attribute value?

User: "User222697"
New Altair Community Member
Updated by Jocelyn
Hi,

i have a dataset with an attribute called "demo".

There are 3 possibles values in "demo" atribute:

"Alpha" which counts 4000 rows
"Beta" which counts 3000 rows
"Omega" which counts 2000 rows

How can i generate a new dataset balanced with the same number of rows?

"Alpha" which counts 2000 rows
"Beta" which counts 2000 rows
"Omega" which counts 2000 rows

Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Hi,

    look at the tutorial process for the Sample operator (linked in the help text).

    It shows that the "balance data" is being used for this. You need to set the role of your demo attribute to "label", activate "balance data" in Sample, set the sampling method to absolute, and then enter the desired number of examples in the Edit List dialog.

    Regards,
    Balázs