Skip to content

Latest commit

 

History

History
262 lines (218 loc) · 12.7 KB

NEWS.md

File metadata and controls

262 lines (218 loc) · 12.7 KB

mllrnrs NEWS

Unreleased (2024-05-29)

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

  • 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...b70f3d6

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