RaphaelS1 / survivalmodels

Implementations of survival models in R
https://raphaels1.github.io/survivalmodels/
Other
57 stars 13 forks source link

Add support for custom validation datasets in pycox models #25

Closed diego-s closed 6 months ago

diego-s commented 2 years ago

I couldn't find a way to specify my own validation set in pycox models. Currently it looks like it only accepts random validation sets (through the 'frac' parameter). It looks like implementing this would be fairly simple and I'm working on implementing this.

RaphaelS1 commented 2 years ago

Great will look forward to the PR then