Icon

02_​Deployment_​ChurnPredictor

Solutiion to deploy and inspect visually an optimized Random Forest for churn prediction.

Activity I: Deploy a Churn Predictor1. Import the optimized model2. Import the unlabelled dataset with Calls and Contracts3. Apply the model to the unlabelled data4. Create telephone ID by joining the strings of Area Code and Phone with the String Manipulation node5. Encode predictions with labels: 0 as "No Churn" and 1 as "Churn" using the Rule Engine node6. Rename probability columns: P(Churn = 1) as P (Churn) and P(Churn = 0) as P(No Churn) using the Column Rename node 7. Create an interactive data app to inspect predictions visually. Use a Bar Chart and a Tile View within the component interactive view. Read new datacreate ID asarea code / phone numbertile view &bar chartChurn / No ChurnP(1) -> P(Churn)P(0) -> P(No Churn)Import Random ForestoptimizedApply model over new data CSV Reader String Manipulation Churn Visualization Rule Engine Column Rename Model Reader Random ForestPredictor Activity I: Deploy a Churn Predictor1. Import the optimized model2. Import the unlabelled dataset with Calls and Contracts3. Apply the model to the unlabelled data4. Create telephone ID by joining the strings of Area Code and Phone with the String Manipulation node5. Encode predictions with labels: 0 as "No Churn" and 1 as "Churn" using the Rule Engine node6. Rename probability columns: P(Churn = 1) as P (Churn) and P(Churn = 0) as P(No Churn) using the Column Rename node 7. Create an interactive data app to inspect predictions visually. Use a Bar Chart and a Tile View within the component interactive view. Read new datacreate ID asarea code / phone numbertile view &bar chartChurn / No ChurnP(1) -> P(Churn)P(0) -> P(No Churn)Import Random ForestoptimizedApply model over new data CSV Reader String Manipulation Churn Visualization Rule Engine Column Rename Model Reader Random ForestPredictor

Nodes

Extensions

Links