Skip to content

Commit 2b7fa72

Browse files
committed
update news
1 parent fdd018c commit 2b7fa72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎NEWS.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# aorsf 0.1.6 (unreleased)
22

3+
* Corrected documentation indicating principal component analysis was a built-in option and fixed an issue where `method="fast"` was not giving the expected error inside of `orsf_control` functions (see https://github.com/ropensci/aorsf/pull/79). Thank you @emilyriederer!
4+
35
* added `n_predictor_drop` to `orsf_vs()`. Dropping one predictor at a time makes `orsf_vs()` slow for data with hundreds of predictors. Using a larger value for `n_predictor_drop` helps speed this up. The default value of `n_predictor_drop` is 1 to maintain backward compatibility.
46

57
* `orsf` no longer throws hard errors if `leaf_min_obs` or `leaf_min_events` exceed the highest admissible value. Instead, a warning is returned and the input value is replaced by the highest admissible value.

0 commit comments

Comments
 (0)