Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what kind of model in pycox works for sequential patterns #177

Open
CFZhai opened this issue May 3, 2024 · 0 comments
Open

what kind of model in pycox works for sequential patterns #177

CFZhai opened this issue May 3, 2024 · 0 comments

Comments

@CFZhai
Copy link

CFZhai commented May 3, 2024

I have sequential data where I aim to predict the survival rate or event rate for each timestep t within a sequence. Each timestep contains multiple features, making it a many-to-many sequential prediction task.

For instance, in my scenario, I am analyzing sequential online user learning logs. Each user performs daily learning tasks on day t. I track a user's learning progress from day 0 up to day t, with t varying for different users. My objective is to use a survival model to predict the likelihood of a user churning at each day t+1 using historical data day 0 to day t.
The input sequence length varies, which is different from the deephit and other models. Any one can help me ? thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant