Youri Hoogstrate
Youri Hoogstrate
- [ ] Make buffer size dynamic rather than static and test w/ diff. sizes
Hi there :) thanks for this awesome library. When estimating the brier score, pycox errored with `AttributeError: module 'scipy.integrate' has no attribute 'simps'` at the line changed in the patch....
### Describe the bug This is addressing the earlier closed #86: I think that the behaviour is due to: https://github.com/sebp/scikit-survival/blob/master/sksurv/metrics.py#L66 ``` if times.max() >= test_time.max() or times.min() < test_time.min(): ```...
Using a custom font (`stat_compare_means(..., family="Times New Roman")`) does not work when the arument `comparisons` is set. Default font will be used in that case. I suspect the following line:...