以下是一個可重複的例子,什麼基本上我試圖做的,正在創作5點估算的數據集然後應用SVM使用中插入符號火車功能各估算數據集,然後合奏使用caretEnsemble產生訓練模型。最後,我使用整體模型預測每個測試集。 不過,我得到這個錯誤 Error in check_bestpreds_obs(modelLibrary) : Observed values for each component mode
正從glmnet我的預測後,我試圖用「預測」功能,在「ROCR」軟件包,以獲取TPR無效,FPR等,但得到這個錯誤: pred <- prediction(pred_glmnet_s5_3class, y)
Error in prediction(pred_glmnet_s5_3class, y) :
Format of predictions is invalid.
我輸出glmnet預
似乎有是被調整模型時所產生的ROC /桑斯/規格之間的差異,通過對相同的數據集的模型進行的實際預測。我正在使用使用kernlab的ksvm的脫字符號。我沒有遇到glm的這個問題。 data(iris)
library(caret)
iris <- subset(iris,Species == "versicolor" | Species == "setosa") # we need only