Advanced
Advanced Feature Engineering for Predictive Modeling
Create a strategy for feature engineering on raw transactional data.
📝 プロンプトの内容
Act as a Lead Data Scientist. I have a dataset of raw e-commerce transactions. Outline a comprehensive feature engineering strategy to predict customer churn. Specifically, address handling temporal data, creating RFM (Recency, Frequency, Monetary) features, encoding categorical variables, and dealing with class imbalance. Provide Python code snippets using Pandas and Scikit-Learn.