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
[...]
--> 104 return Bunch(data=frame[X.columns], target=X[y.columns], frame=frame)
[...]
KeyError: "None of [Index(['event', 'duration'], dtype='object')] are in the [columns]"
The text was updated successfully, but these errors were encountered:
The dataset generating function make_synthetic_competing_weibull with default parameters (when
return_X_y=False
):make_synthetic_competing_weibull()
outputs the following error:
The text was updated successfully, but these errors were encountered: