ragulpr / wtte-rnn

WTTE-RNN a framework for churn and time to event prediction
MIT License
762 stars 186 forks source link

possible memory issue with large data #63

Open baharian opened 4 years ago

baharian commented 4 years ago

What's the biggest dataset you've used with WTTE-RNN? I'm having consistent issues with this package whenever I try using functions in wtte.transforms. I am using this in a Jupyter notebook, and even after downsampling my dataset, I get kernel crashes in my Jupyter notebook when I try the data-manipulations methods. I believe it's memory-related (small datasets work fine), so I am curious about the size of the largest dataset you've used. I'd appreciate it if you could let me know. Thank you.