@ajas.bakran wrote:
Hi All,
I am training a bootstrapped model having data frame 891 * 17
CtrlBoot <- trainControl(method = "boot", number = 1000)
modelC50_titanic <- train(as.factor(Survived) ~., data = train, trControl = CtrlBoot, mrthod = "C5. 0")
How much time it will take to train the model? It is running from last one hour, is there any way to track the progress of completion ?PC configurations
RAM: 4GB
Processor: i3@2.10GHz
HDD: 512GB
OS: Windows 7
Platform: RstudioThanks in advance
Posts: 6
Participants: 3