Add support for approximate Gray log rank split rule #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is for the case when the data is not censor-complete. Note that it's not clear exactly how
randomForestSRC
calculates it; but I've verified that they don't use the same maximum observed time in the data prior to making the split so I'll next try recalculating the max for each side of the split.I've tried several possible combinations of how I think randomForestSRC does it, but none of them match. I've emailed Ishwaran but he didn't immediately know.
This probably isn't going to get implemented anytime soon; if anyone besides me is reading these issues I invite you to implement it and I'd be happy to provide support.