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

Update nnet.R - Correct the linout parameter #1366

Closed bpuladi closed 4 months ago

bpuladi commented 4 months ago

Correct the linout parameter for nnet. This is required for regression. If not set, regression performance metrics will be wrong.

bpuladi commented 4 months ago

Further changes