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

No observation in time bucket #37

Open
GabrielGimenez opened this issue Jun 14, 2021 · 2 comments
Open

No observation in time bucket #37

GabrielGimenez opened this issue Jun 14, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@GabrielGimenez
Copy link
Contributor

When there's no observation in a time bucket in BCE we get a value error
ValueError: Error: No observations in a time bucket
It would be nice to see in which time bucket was the error

@GabrielGimenez GabrielGimenez added the documentation Improvements or additions to documentation label Jun 14, 2021
@igorkf
Copy link

igorkf commented Aug 5, 2021

I got this warning when fitting a XGBSEDebiasedBCE model: Warning: Only one class found in a time bucket
Can you explain what it means, please?

@GabrielGimenez
Copy link
Contributor Author

GabrielGimenez commented Aug 5, 2021

@igorkf This warning occurs when a time bucket you don't have any event or only events, so that specific logistic regression for that time bucket will only predict 0 or 1

more details on XGBSEDebiasedBCE works https://loft-br.github.io/xgboost-survival-embeddings/how_xgbse_works.html

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

No branches or pull requests

2 participants