-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] NGBoostRegressor
failing when dist="TDistribution"
#291
Comments
I am encountering Singular Matrix errors when doing CI checks for other PRs, wondering if this is related? These are the tests that are failing in #370
|
Hm, I think this is due to the We could:
|
Do you have a particular preference? I'm not too familiar with survival models so recommendations would be helpful here |
summarizing ealrier discussion today, any survival model without soft deps and numerically stable on small data should do for the purpose of smooth testing. |
Describe the bug
In the
gradent_boosting
which has an interface of theNGBRegressor
inskpro
asNGBoostRegressor
theTDistribution
seems to be failing to run as expected. It is raising errors likeTo Reproduce
Upon using
sklearn
's diabetes dataset and the breast_cancer dataset it is producing the sameSingular Matrix
error. To reproduceExpected behavior
The expected output must look something like this
Environment
Python 3.11.8
ngboost 0.5.1
Additional context
The issue is to find out whether there is an issue with the interfacing ie the
skpro
API or genuinely a bug in thengboost
TDistribution
itself.The text was updated successfully, but these errors were encountered: