Releases: mlr-org/mlr3fselect
Releases · mlr-org/mlr3fselect
mlr3fselect 1.5.0
mlr3fselect 1.4.0
- feat: Introduce asynchronous optimization with the
FSelectorAsyncandFSelectInstanceAsync*classes. - feat: Add
max_nfeaturesargument in thepareto_front()andknee_points()methods of anEnsembleFSResult(). - feat: Classes are now printed with the
clipackage.
mlr3fselect v1.3.0
- refactor: Use fastVoteR for feature ranking in
EnsembleFSResult()objects - feat: Add embedded ensemble feature selection
embedded_ensemble_fselect() - refactor/perf:
ensemble_fselect()andEnsembleFSResult() - feat: Add
c.EnsembleFSResult(...)andEnsembleFSResult$combine(...)methods
mlr3fselect 1.2.1
- compatibility: mlr3 0.22.0
mlr3fselect 1.2.0
- feat: Add internal tuning callback
mlr3fselect.internal_tuning. - fix: Register mlr3fselect in the
mlr_reflections$loaded_packagesfield.
mlr3fselect 1.1.1
- compatibility: bbotk 1.1.1
mlr3fselect 1.1.0
- compatibility: mlr3 0.21.0
- fix: Delete intermediate
BenchmarkResultinObjectiveFSelectBatchafter optimization. - fix: Reloading mlr3fselect does not duplicate column roles anymore.
- perf: Remove
x_domaincolumn from archive.
mlr3fselect 1.0.0
- feat: Add ensemble feature selection function
ensemble_fselect(). - BREAKING CHANGE: The
FSelectorclass isFSelectorBatchnow. - BREAKING CHANGE: THe
FSelectInstanceSingleCritandFSelectInstanceMultiCritclasses areFSelectInstanceBatchSingleCritandFSelectInstanceBatchMultiCritnow. - BREAKING CHANGE: The
CallbackFSelectclass isCallbackBatchFSelectnow. - BREAKING CHANGE: The
ContextEvalclass isContextBatchFSelectnow.
mlr3fselect 0.12.0
- feat: Add number of features to
instance$result. - feat: Add
ties_methodoptions"least_features"and"random"toArchiveFSelect$best(). - refactor: Optimize runtime of
ArchiveFSelect$best()method. - feat: Add importance scores to result of
FSelectorRFE. - feat: Add number of features to
as.data.table.ArchiveFSelect(). - feat: Features can be always included with the
always_includecolumn role. - fix: Add
$phash()method toAutoFSelector. - fix: Include
FSelectorin hash ofAutoFSelector. - refactor: Change default batch size of
FSelectorRandomSearchto 10. - feat: Add
batch_sizeparameter toFSelectorExhaustiveSearchto reduce memory consumption. - compatibility: Work with new paradox version 1.0.0
mlr3fselect 0.11.0
- BREAKING CHANGE: The
methodparameter offselect(),fselect_nested()andauto_fselector()is renamed tofselector.
OnlyFSelectorobjects are accepted now.
Arguments to the fselector cannot be passed with...anymore. - BREAKING CHANGE: The
fselectparameter ofFSelectoris moved to the first position to achieve consistency with the other functions. - docs: Update resources sections.
- docs: Add list of default measures.