Hard
Predictive Model Simulation
Simulate the training and evaluation process of a machine learning model for churn prediction.
📝 Prompt Content
Simulate the end-to-end process of building a predictive model for customer churn. Start by generating a synthetic dataset that includes categorical, numerical, and time-series features with realistic noise and missing values. Describe the preprocessing steps, feature engineering techniques, and the rationale for selecting a specific algorithm (e.g., XGBoost vs. Random Forest). Finally, simulate the model evaluation using confusion matrix metrics, precision-recall curves, and ROC-AUC analysis. Provide a detailed interpretation of the results and potential deployment strategies.