I am doing classification for airline sample dataset.
but I am getting error as "stopping metric should not be logloss for regression".But I am not doing regression.
My target column "IsDepDelayed" is categorical (YES/NO values).
Please suggest.
Thanks,
Mahesh
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for reply.
My mistake, Target column is not populating properly from schema as its derived column.Now Its working fine.
Thanks,
Mahesh