keras-wtte-rnn icon indicating copy to clipboard operation
keras-wtte-rnn copied to clipboard

Input Data

Open talatccan opened this issue 6 years ago • 0 comments

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 |

talatccan avatar Oct 16 '18 07:10 talatccan