最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

classification - H2O Python AutoML differences between model_performance(train=True) and model_performance(test_data=data_train)

programmeradmin10浏览0评论

I am working on a binary classification task with class imbalance using H2O AutoML with Python.

After training models with H2O AutoML, I obtain serious differences when I compute model_performance(train=True) and model_performance(test_data=data_train). To my understanding they should output the same results, but with the first I obtain a AUC of ~0.7 and with the later a AUC of ~0.98. balance_classes option is set to False and I use fold_column for proper stratification and weights_column option to balance each fold.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论