-
Notifications
You must be signed in to change notification settings - Fork 41
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
[R-package] abess fails with one feature #493
Labels
bug
Something isn't working
Comments
sebffischer
added a commit
to mlr-org/mlr3extralearners
that referenced
this issue
Mar 1, 2023
This was not a issue previously and might have been introduced in abess 0.4.7 abess-team/abess#493
bbayukari
added a commit
to bbayukari/abess
that referenced
this issue
Mar 2, 2023
sebffischer
added a commit
to mlr-org/mlr3extralearners
that referenced
this issue
Mar 6, 2023
* feat: add missing parameters Due to changes in the package "dbarts" and "survivalmodels" the parameter tests started to fail. This adds the missing parameters * fix: remove weights parameter from dbarts The predict and the train method of the dbarts algorithm have the "weights" parameter and it is not fully clear to me, how they influence the training, because the predict and train weights parameter have the same documentation (?) For that reason exclude it from the paramtest and fix if someone raises an issue * tests(abess): disable failing test for abess classif learner This was not a issue previously and might have been introduced in abess 0.4.7 abess-team/abess#493
Hey, we have fixed this issue and the code for reproduction has been able to pass. We will soon publish a new abess version to completely address this issue. Is there something else shall we do? |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
abess::abess()
from R package fails when there is only one feature.Code for Reproduction
Created on 2023-03-01 with reprex v2.0.2
Version: ‘0.4.7’
This did not happen in previous releases (you broke the CI of mlr3extralearners)
The text was updated successfully, but these errors were encountered: