Feature-engine’s creation transformers create and add new features to the dataframe by either combining or transforming existing features.
Check also the following transformer from Scikit-learn:
PolynomialFeatures
previous
YeoJohnsonTransformer
next
MathematicalCombination