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 #1364

Closed bpuladi closed 4 months ago

bpuladi commented 4 months ago

Regressions were not performed correctly, as the output must be linear for regressions. See nnet::nnet(..., linout = T / F): switch for linear output units. Default logistic output units.