Icon

Unique binning challenge by badger101

Input (quantity must be of double type)For accurate results, bin size must never be set as non-integerto get the modulo to be a whole number.It can take any integer valuebetween 1 and the total cumulative sum.If you don't have a specific value in mind,you can always calculate the average valueas the bin size; just make sure to usethe floor function to round it up as an integer.Table Creator Variable Creator Optional(Quality check) Moving Aggregator Column Renamer transforming original dataset tosmaller chunks to prevent bin leakage informationextraction creating a table of running total offinal bins & finalizing table structure processing thebeginnings tabulating results processingthe endings Input (quantity must be of double type)For accurate results, bin size must never be set as non-integerto get the modulo to be a whole number.It can take any integer valuebetween 1 and the total cumulative sum.If you don't have a specific value in mind,you can always calculate the average valueas the bin size; just make sure to usethe floor function to round it up as an integer.Table Creator Variable Creator Optional(Quality check) Moving Aggregator Column Renamer transforming original dataset tosmaller chunks to prevent bin leakage informationextraction creating a table of running total offinal bins & finalizing table structure processing thebeginnings tabulating results processingthe endings

Nodes

Extensions

Links