factorial
4 mins read
Getting full factorial design in DataFrames.jl – Beragampengetahuan
By: Blog by Bogumił Kamiński Re-posted from: Often when working with data we need to get all possible combinations of someinput factors in a data frame. In the field of design of experimentsthis is called full factorial design. In this post I will discuss two functionsthat DataFrames.jl provides that can help you to generate such […]