我正在训练一个具有数据框891 * 17
的自举模型 CtrlBoot <- trainControl(method = "boot", number = 1000)
modelC50_titanic <- train(as.factor(Survived) ~., data = train, trControl = CtrlBoot, mrthod = "C5. 0")
培训模型需要多长时间?从最近一小时开始运行,有没有办法跟踪完成进度?
PC配置
内存:4GB
处理器:i3@2.10GHz
硬盘:512GB
操作系统:Windows 7
平台:Rstudio
提前致谢