Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. churn_result = churn_df['TRG_is_churn']
  2. churn_result
  3. y = np.where(churn_result == 'True.',1,0)
Add Comment
Please, Sign In to add comment