Creating combinations is one of the most common tasks in preprocessing techniques. Remember permutations and combinations in higher school? Yes, these are related. While there are different types of combinations, with and without hierarchies are the most used ones in practice. Lets start simple by taking an example. Consider you have a few categorical variables/DimensionsContinue reading “Combination Creation with Rollup and Cube functions in PySpark”