Allows you to select which fixed effects are included in the model. All other values for that variable are coded as "other". You do so with a fixed_effects parameter that looks like:
(it needs to have the quotes in that order on the CLI - just pass as a dictionary to the client)
This change is kinda backward compatible in that you can still pass Featurizer a list of fixed effects and it will assume that you want all FEs for everything in the list. Additionally, you can pass 1 set of fixed effects in the old way to the cli, but you cannot pass multiple --fixed_effects parameters.
Description
Allows you to select which fixed effects are included in the model. All other values for that variable are coded as "other". You do so with a fixed_effects parameter that looks like:
(it needs to have the quotes in that order on the CLI - just pass as a dictionary to the client)
This change is kinda backward compatible in that you can still pass
Featurizer
a list of fixed effects and it will assume that you want all FEs for everything in the list. Additionally, you can pass 1 set of fixed effects in the old way to the cli, but you cannot pass multiple--fixed_effects
parameters.Jira Ticket
elex-2375
Test Steps