Skip to content

Commit

Permalink
update lookml dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
thjennifer committed Apr 20, 2023
1 parent 92b78a0 commit a9f0cbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dashboards/telco_customer_churn.dashboard.lookml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
elements:
- title: Churn Rate
name: Churn Rate
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: single_value
fields: [customer.churn_rate, customer.churn_count, customer.customer_count]
Expand Down Expand Up @@ -76,7 +76,7 @@
height: 4
- title: Churn Rate 3 times higher for International Plan Users
name: Churn Rate 3 times higher for International Plan Users
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: looker_bar
fields: [customer.churn_rate, customer.international_plan]
Expand Down Expand Up @@ -145,7 +145,7 @@
height: 4
- title: Users with Voice Mail Plan are Less Likely to Churn
name: Users with Voice Mail Plan are Less Likely to Churn
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: looker_bar
fields: [customer.churn_rate, customer.voice_mail_plan]
Expand Down Expand Up @@ -214,7 +214,7 @@
height: 4
- title: Churn Increases Significantly after 4 Service Calls
name: Churn Increases Significantly after 4 Service Calls
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: looker_bar
fields: [customer.churn_rate, customer.service_calls_group]
Expand Down Expand Up @@ -284,7 +284,7 @@
height: 8
- title: Once Day Charges reach $40, Churn Rate Jumps
name: Once Day Charges reach $40, Churn Rate Jumps
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: looker_bar
fields: [customer.churn_rate, customer.total_day_charge_group]
Expand Down Expand Up @@ -355,7 +355,7 @@
height: 8
- title: Churn only Slightly Higher in Long-time Users
name: Churn only Slightly Higher in Long-time Users
model: ml_accelerator_tutorials
model: ml-accelerator-tutorials
explore: telco_customer_churn
type: looker_bar
fields: [customer.churn_rate, customer.customer_count, customer.account_duration_years_group]
Expand Down

0 comments on commit a9f0cbf

Please sign in to comment.