Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make_synthetic_competing_weibull function returns error with default parameters #64

Closed
jovan-stojanovic opened this issue Jul 3, 2024 · 1 comment · May be fixed by #66
Closed

make_synthetic_competing_weibull function returns error with default parameters #64

jovan-stojanovic opened this issue Jul 3, 2024 · 1 comment · May be fixed by #66

Comments

@jovan-stojanovic
Copy link
Contributor

The dataset generating function make_synthetic_competing_weibull with default parameters (when return_X_y=False):

make_synthetic_competing_weibull()

outputs the following error:

[...]
--> 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]"
@jovan-stojanovic
Copy link
Contributor Author

Sorry, didn't see it was WIP in #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant