You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AFT models are neat, though there does not seem to be a public interface point from which the paramters of the predictive (parametric) distributions could be queried.
I request that the current private interface point for this, _prep_inputs_for_prediction_and_return_scores, become public, perhaps with:
a clearer name, such as predict_proba_params
a unified return, e.g., returning a dict with {"paramname": paramvalue} format
The text was updated successfully, but these errors were encountered:
The AFT models are neat, though there does not seem to be a public interface point from which the paramters of the predictive (parametric) distributions could be queried.
I request that the current private interface point for this,
_prep_inputs_for_prediction_and_return_scores
, become public, perhaps with:predict_proba_params
dict
with{"paramname": paramvalue}
formatThe text was updated successfully, but these errors were encountered: