topepo / caret

caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models
http://topepo.github.io/caret/index.html
1.61k stars 634 forks source link

Feature request: Expanding Box-Cox lambda range - currently limited to default (-2, 2) range in MASS #1306

Open peter-bastian opened 2 years ago

peter-bastian commented 2 years ago

Have you ever considered allowing users to override the MASS Box-Cox default lambda range of (-2, 2) via ... in your group_bc() and BoxCoxTrans() calls?