I have been doing some reading on data pre-processing and feature engineering including feature selection, feature importance and feature construction. My understanding is that Feature engineer is applied in data preprocessing stage. Additionally, Feature importance is sometimes checked when applying machine learning models, some times ot is done internally in the modes.
My question: Is feature engineering always implemented in pre-processing stage or sometimes could be performed in later stages?
Thank you Shosho