Open athewsey opened 2 years ago
@athewsey thanks for your great feature request, and some implementation suggestions! Personally, I like option 3, but as you said, it is not an easy one to make general.
However, I am quite busy recently, and will not have time to work on it in next few months. Feel free to improve the package if you have ideas and time.
Hi team, Thanks for the useful library! I wonder if you'd be open to this idea:
I would like to be able to:
CATEGORY=[footwear, t-shirts, socks]
,SIZE=[S, M, L, US-Mens-8, US-Womens-6
) and define Factors on themToday, it seems like Generator.generate() hard-codes the assumption that time-series should be generated for the product of all provided feature values.
It'd be helpful if, instead, we could have the option of customizing this join to limit down generated combinations?
Some options I can think of:
generate()
method