我正在使用火車包方法= C5.0,並希望將最終模型繪製爲樹狀圖。 結果樹被定義爲: The final values used for the model were trials = 15, model = tree and winnow = FALSE.
當我試圖用陰謀或撥浪鼓的fancyRplotModel繪製樹,我得到以下錯誤:使用 情節: plot(diabetes.c50$final
有人能指出我朝着正確的方向,我現在用的是插入符包,我試圖運行一個caretTheme但它一直返回錯誤: Error in caretTheme() : could not find function "caretTheme"
我試圖install.packages(「caretTheme」),並收到錯誤 "Warning in install.packages :
package ‘
我想用BoxCoxTrans功能中的R解決偏斜的問題。 但是,我有沒能得到數據幀的問題。這是我的R代碼。 df<-read.csv("dataSetNA1.csv",header=TRUE)
dd1<-apply(df[2:61],2,BoxCoxTrans) #Except independent variable that located first column, All variabl