Skip to content

Latest commit

 

History

History
395 lines (321 loc) · 18.5 KB

File metadata and controls

395 lines (321 loc) · 18.5 KB

mllrnrs NEWS

Unreleased (2026-01-16)

Bug fixes

  • alignment to upstream api changes (7f27835)
  • add .check_glmnet_params to cluster-export (763ee2a)
  • adaptions to new mlexperiments api (52138de)

Tests

  • added conditional testing of examples (5709633)

Other changes

  • updated pre-commit-config (1dee22f)
  • updated cran-comments (134ad42)
  • updated pre-commit-config (64299e1)
  • add skipping of suggests to roxygen examples (0a4e692)
  • cleaned cran-comments (d50e4a4)
  • renamed ranger validation_metric to metric (7a946e7)
  • udpated news.md (1a384b7)
  • updated news.md (1d57753)
  • updated vignette outputs for xgb (5dad1a5)
  • updated vignette outputs for xgb (3ee2695)

Full set of changes: v0.0.7...1dee22f

v0.0.7 (2025-12-03)

Bug fixes

  • added type-conversion factor->character for xgboost-params (c66876c)
  • adaptions to new xgboost interface (a360851)

CI

Other changes

  • update to v0.0.7 (6cc9c46)
  • again pinned xgboost min-version in description (4d9b393)
  • updated required min-version of mlexperiments (1114760)
  • updated description and news.md (7ce8fcd)
  • updated dev-version (e17e5ab)
  • udpated news.md (fb25780)

Full set of changes: v0.0.6...v0.0.7

v0.0.6 (2025-09-08)

Tests

  • shrinking test-pipeline to reduce overall test-time on cran (4ed71f1)

Other changes

  • updated description and news.md (b58bb74)
  • updated pkg metadata (e9d8ed8)
  • updated description and news.md (c607c55)
  • updated wiki-creation (0d8bc88)
  • also fixed vignettes to new mlexperiments version (320a91d)
  • adaptions to mlexperiments v0.0.6 (f7ac32d)
  • merged into development (4120b46)
  • updated dev-version (b318ea5)
  • updated news.md (0b24c76)

Full set of changes: v0.0.5...v0.0.6

v0.0.5 (2025-03-05)

Bug fixes

  • fix cran error and setting omp_thread_limit also in example of xgboostlearner (d034684)

Docs

  • first try to fix issues with vignettes that occur only on macosx cran runners (836b023)

Other changes

  • providing nthread with parameters now (a85fd0e)
  • adresses notes on cran-checks (375011f)

Full set of changes: v0.0.4...v0.0.5

v0.0.4 (2024-07-05)

New features

  • weights support also for ranger (935e0dc)
  • added weights support for lightgbm (c72161c)
  • added option to add weights for xgboost multiclass (694ca7e)

Tests

  • added weighted classification to unit tests (ca30135)

CI

Other changes

  • fixed indentation (d5e4306)
  • updated version for cran-release (2ff35e2)
  • switch vignetteengine to quarto (b70f3d6)
  • added automated gen of readme (dbbcde5)
  • add weight support also for glmnet (1674811)
  • updated dev-version (4b1625c)
  • updated news.md (323f9cb)

Full set of changes: v0.0.3...v0.0.4

v0.0.3 (2024-03-07)

New features

Other changes

  • added cran installation note (a1aa854)

Full set of changes: v0.0.2...v0.0.3

v0.0.2 (2023-07-18)

Bug fixes

  • also removed reshape argument for prediction (09cde9d)
  • temporary fix for compatibility with lightgbm (7a9ef30)
  • adaptions to cat_vars (e9f0eff)

Tests

  • reducing runtime of unit-tests (e8b42e7)

CI

Docs

  • fixing issues for cran submission (15cbeda)
  • making vignettes static 2 (0dd73e6)
  • working on making vignettes static (e68cbdf)

Other changes

  • updated news.md and description (9d23524)
  • updated news.md and description (47aeca9)
  • updated cran-comments (9be58ff)
  • updated news.md (000073f)
  • updated description and news.md (2db2e9b)
  • appended rbuildignore (af0dc5f)
  • preparing initial cran submission (39b1e94)
  • adding parbayesianoptimization and mlr3measures to suggests (895e483)
  • preparing initial cran submission (6550826)
  • fixed typo (eaa42a2)
  • updated ranger tests (1b9d9dd)
  • fixed typo (df54b3d)
  • updated wiki.r (af08974)

Full set of changes: v0.0.1...v0.0.2

v0.0.1 (2022-11-13)

New features

  • transferred survival learners to new package (224b53d)
  • added survivalsvm learner (18e35f2)
  • added xgboost aft survival learner (c079e56)
  • finalized glmnet learner0 (f27e4e6)
  • working on glmnet learner (101b15b)
  • working on adding glmnet learner (wip) (2adaf40)
  • working on adding rpart for survival data (7e16ec8)
  • added learnerranger (4966ff3)
  • added lgb (3b777b4)
  • xgboost multiclass (e72ce46)
  • working on adding xgboost (42ef329)

Bug fixes

  • back to arithmetic mean of nrounds for xgboost aft models (9771479)
  • fixed issues with rpart survival learner (9c64352)
  • fixed ranger learner to work with all tasks (eec0a4f)
  • adaptions to upstream changes (e82693c)
  • working on functioning of code (3705344)

Refactorings

  • changed order of list to be updated (066eb5a)
  • to metric_types_helper from mlexperiments (1099f1a)
  • code adaptions to upstream changes (c5363fc)

CI

  • shortended ci to only nested cv testings (981b6f2)
  • fixed ci (832c3a3)
  • reduced messages from lgb training (1d0a7c7)
  • removed building of vignettes (8ea1931)
  • working on fixing tests (dccc08a)
  • finished unit tests for ranger (84fa3aa)
  • adapted tests to upstream changes (66d7534)
  • fixed linting errors (e6d411e)
  • refactored tests; finalized xgboost:binary (1e6993e)
  • fixed linting errors (6fcf776)
  • added package name to functions (9622cfe)

Docs

Other changes

Full set of changes: ceea1ce...v0.0.1