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

Is there any way to calculate cv logloss for h2o.ensemble model? (just like cvAUC)

$
0
0

@pritish.pandey wrote:

Hello everyone,

I ran an h2o.ensemble model like this.

fit <- h2o.ensemble(x = x, y = y,
training_frame = train1,
family = "binomial",
learner = learner,
metalearner = metalearner,
cvControl = list(V = 5))

Now, i can calculate cvAUC.... but i want to calculate cv logloss...
Does anyone know how to calculate cv logloss here??

TIA

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles