get_survival_curve_data: Extract the underlying data from a survival curve (as returned by
predict.survival_learner
or
get_survival_curve)
Description
The data is returned as a list with two keys: times containing the
time for each breakpoint on the curve, and coefs containing the
probability for each breakpoint on the curve.