Concept Flow - Polynomial features
Start with original features
Choose polynomial degree
Generate new features by multiplying original features
Add interaction terms (products of different features)
Combine all polynomial features into new dataset
Use new features for modeling
We start with original data features, pick a polynomial degree, create new features by multiplying originals and their combinations, then use these new features for analysis.