Feature Generation¶
Base Feature Generation Transformer¶
Base feature generation transformer class. |
Numerical Feature Generation¶
Create new columns based on statistics done at the row level. |
|
Create new columns based on elementary arithmetics. |
|
Create new columns based on the plan rotation mapping. |
|
Create new columns based on columns multiplication. |
Categorical Feature Generation¶
Create new columns based on the one-hot technique. |
|
Create new columns based on object columns addition. |