Skip to content

Commit

Permalink
updated cran_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfitzinger committed Feb 26, 2024
1 parent d12abb4 commit bb01260
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
## Summary of changes

This version adds a new regression method:

- Quantile Random Forest regression ('quantile_rf')

In addition, there a few additional features & fixes:

- Add a new arugment '.return_grid' (default \code{FALSE}) to \code{regress} and \code{classify} methods to permit returning entire hyperparameter grid instead of only optimal setting
- Handling of syntactically invalid names is now down generically and not by the individual methods
- Add observation weights in 'genetic'
- Bugfixes in 'glmm' classification
This version adds several new features and methods:

- More generic handling of non-syntactic names
- New methods:
- 'anova' for analysis of variance on glm objects
- 'nnet' for single-layer neural networks
- An explain() generic which provides a convenience wrapper for methods from several variable importance packages
- Several bugfixes and improved error handling

## R CMD check results

Expand Down

0 comments on commit bb01260

Please sign in to comment.