Skip to content
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

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 5, 2019

  1. Added an MLP baseline

    Erik Duane Huckvale committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0c1bc9b View commit details
    Browse the repository at this point in the history
  2. Renamed the mlp config to the ablation config

    Erik Duane Huckvale committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    accd04d View commit details
    Browse the repository at this point in the history
  3. Added a config file for the mlp baseline

    Erik Duane Huckvale committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    63054da View commit details
    Browse the repository at this point in the history
  4. Fixed key error; added mlp baseline to main.sh

    Erik Duane Huckvale committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    3416d0e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Merge branch 'develop' into mlp

    Erik Duane Huckvale committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    3a5a11d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. added a determinism test for the mlp baseline

    Erik Duane Huckvale committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    78d4df8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge branch 'develop' into mlp

    Erik Duane Huckvale committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d618e06 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Print statement for debugging travis

    Erik Duane Huckvale committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    2649e72 View commit details
    Browse the repository at this point in the history
  2. Fixed travis bug; removed debug print statement

    Erik Duane Huckvale committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c28be61 View commit details
    Browse the repository at this point in the history