-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Made an mlp baseline that actually scores surprisingly well in ndcg on the large test set. It's competitive with our other top models. #185
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #185 +/- ##
==========================================
+ Coverage 54.28% 56.38% +2.1%
==========================================
Files 35 35
Lines 2487 2497 +10
==========================================
+ Hits 1350 1408 +58
+ Misses 1137 1089 -48
Continue to review full report at Codecov.
|
You should not use the final test set until we have had a chance to tune and finalize the model. Please add some tests to show that the new model is working. |
@bjschoenfeld I didn't use the final test set. I was referring to the development test set. The one that gets scored every time we run. |
closes #184