caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models
1.61k
stars
632
forks
source link
Fix decay value in nnet random grid parameter #1318
Closed
ammarfrahm closed 2 years ago
This PR will fix the random grid for
nnet
to generatedecay
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.