Skip to content

fastVoteR 0.0.3 update#158

Merged
be-marc merged 7 commits into
mainfrom
fastVoteR_update
May 21, 2026
Merged

fastVoteR 0.0.3 update#158
be-marc merged 7 commits into
mainfrom
fastVoteR_update

Conversation

@bblodfon

Copy link
Copy Markdown
Contributor

Main change was that I dropped the data.table dependency in fastVoteR, and I just convert the returned data.frame to a data.table in mlr3fselect, according to mlr3 conventions

Comment thread R/EnsembleFSResult.R
@bblodfon bblodfon requested a review from be-marc May 21, 2026 11:12
Comment thread R/EnsembleFSResult.R Outdated
private$.result = private$.result[keep]
private$.stability_global = NULL
private$.stability_learner = NULL
print(sprintf("%s results with zero selected features have been removed.", n_removed))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use lg$info(...)


# remove zero features (all rows with the featureless learner should be removed)
efsr_zero = efsr$clone(deep = TRUE)
suppressMessages(efsr_zero$rm_zero_features())

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work on print(...). You can remove this when print() is replaced with lg$info(...)

@be-marc be-marc merged commit 20fcde4 into main May 21, 2026
4 checks passed
@be-marc be-marc deleted the fastVoteR_update branch May 21, 2026 16:11
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.

2 participants