Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Monitor the progress of model

$
0
0

@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: Rstudio

Thanks in advance

Posts: 6

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles