What size of unique categories of a categorical variable is appropriate for applying the nn.Embedding ideally (best practices)?
for example, if a variable has only two unique values, does that mean that it’s better to use one-hot encoding instead of teaching nn.Embedding?