r-caret: custom model with n-dimensional output

江枫思渺然 提交于 2019-12-13 00:11:35

问题


I am trying to fit an autoencoder model using caret. I run into problems because my output will be more than 1-dimensional (e.g. y in the call to train() will be a matrix in my case). Is there a way to account for output of higher dimension in caret?


回答1:


Right now, it only handles univariate outcomes. I'm not sure why you would be using train for an autoencoder though; those are usually used as a pre-processing step rather than the outcome itself.



来源:https://stackoverflow.com/questions/29717969/r-caret-custom-model-with-n-dimensional-output

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!