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 632 forks source link

Fix decay value in nnet random grid parameter #1318

Closed ammarfrahm closed 2 years ago

ammarfrahm commented 2 years ago

This PR will fix the random grid for nnet to generate decay value up to 0.1 (10^-1) maximum.

Previously, the random grid will generate value between 0.00001 to 10 (10^1).

Feel free to close/ignore this PR if the value of 10 as maximum is intended.