new lightfm model with different MAX_SAMPLED(updated 29th,Aug)
Posted Fassy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了new lightfm model with different MAX_SAMPLED(updated 29th,Aug)相关的知识,希望对你有一定的参考价值。
I thought the low train AUC was due to the underfitting, but after some experiments I found that it is not as thought.
The low train AUC was caused by the difference between the negative examples we used for training and the ones for evaluating AUC.
the negative examples we used for training is not the same as the negative examples we used for evaluating train auc.
here is the results
max_sampled | 5 | 9 | 10 | 11 | 20 | 25 | 30 |
train auc | 0.583485 | 0.582856 | 0.586314 | 0.598418 | 0.596159 | 0.608818 | 0.599637 |
test_auc | 0.315679 | 0.310560 | 0.319777 | 0.313288 | 0.321055 | 0.287646 | 0.294142 |
so the MAX_SAMPLED is not a major cause here
I am thinking it may not be good enough in auc score but probably we can turn to [email protected]?
以上是关于new lightfm model with different MAX_SAMPLED(updated 29th,Aug)的主要内容,如果未能解决你的问题,请参考以下文章
CF with friends and user's influence considered on NYC data(updated Aug,11st)
A problem occurred configuring project ‘:app‘.> SDK location not found. Define location with sdk.di(