1. 学习
  2. /
  3. 课程
  4. /
  5. Marketing Analytics: Predicting Customer Churn in Python

Connected

练习

Does model performance improve?

6 new features have been added to the telco DataFrame:

  • Region_Code
  • Cost_Call
  • Total_Charge
  • Total_Minutes
  • Total_Calls
  • Min_Call

Will this improve the churn model? Let's find out!

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Create training and test sets using X and y. Hold 30% of the data for testing.