Re: [scikit-learn] Modelling event rates

2017-02-17 Thread Olivier Grisel
I don't think we have any model dedicated to this, but it's possible that expressive non-parametricmodels such as RF and GBRT or richly parameterized models such as MLP with a regression loss can do a good enough job at giving you a point estimate. -- Olivier _

[scikit-learn] Modelling event rates

2017-02-17 Thread Stuart Reynolds
Does scikit provide any event-rate/time-to-event models, or other models that are specifically time-dependent? (e.g. models that output the # events per unit of time) Examples might include: Poisson model, or Cox proportional hazard. There was some discussion about pulling from statsmodels, htt