You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i confused about something and want to make it clear.
I will try to predict customer churn but first i need to prepare data for it. How should be input data? I have time column as months, churn flag column and ID column next to some features.
Should it be as follows?
| time | ID | Churn | ... + some features
| 1 | A | 0 |
| 1 | B | 0 |
| 1 | C | 0 |
| 2 | A | 0 |
| 2 | B | 0 |
| 2 | C | 0 |
| 3 | A | 0 |
| 3 | B | 1 |
| 3 | C | 0 |
The text was updated successfully, but these errors were encountered:
Hi, i confused about something and want to make it clear.
I will try to predict customer churn but first i need to prepare data for it. How should be input data? I have time column as months, churn flag column and ID column next to some features.
Should it be as follows?
| time | ID | Churn | ... + some features
| 1 | A | 0 |
| 1 | B | 0 |
| 1 | C | 0 |
| 2 | A | 0 |
| 2 | B | 0 |
| 2 | C | 0 |
| 3 | A | 0 |
| 3 | B | 1 |
| 3 | C | 0 |
The text was updated successfully, but these errors were encountered: