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

Remove randomForestSRC learner #2829

Merged
merged 10 commits into from
Jul 12, 2022
Merged

Remove randomForestSRC learner #2829

merged 10 commits into from
Jul 12, 2022

Conversation

pat-s
Copy link
Member

@pat-s pat-s commented Feb 28, 2022

Since v3 of {randomForestSRC} we see non-deterministic test failures, especially for the multilabel learner. The learner has seen many changes and it would take too much time to implement these into {mlr}, especially given that it is not the most used RF learner.
Please use {mlr3} and {mlr3extralearners} if you want to use {randomForestSRC}.

  • Changed default filter for makeFilterWrapper() from randomForestSRC_importance to FSelectorRcpp_information.gain.

Removed learners

  • classif.randomForestSRC
  • regr.randomForestSRC
  • multilabel.randomForestSRC
  • surv.randomForestSRC

Removed filters

  • randomForestSRC_importance
  • randomForestSRC_var.select

@pat-s
Copy link
Member Author

pat-s commented Mar 3, 2022

Back on CRAN.

@pat-s pat-s closed this Mar 3, 2022
@pat-s pat-s changed the title Remove orphaned randomForestSRC learner Remove randomForestSRC learner Jul 12, 2022
@pat-s pat-s reopened this Jul 12, 2022
@pat-s
Copy link
Member Author

pat-s commented Jul 12, 2022

Removing learner due to non-deterministic test failures since v3. Please use {mlr3} and {mlr3extralearners} or the {ranger} implementation of RF.

@pat-s pat-s merged commit d8d415c into main Jul 12, 2022
@pat-s pat-s deleted the randomForestSRC branch July 12, 2022 08:35
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 this pull request may close these issues.

None yet

1 participant