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

Adds mapk implementation #50

Merged
merged 7 commits into from Feb 21, 2023
Merged

Commits on Feb 21, 2023

  1. adds mapk implementation

    test coverage
    
    when k is less the the number of predictions, use k
    
    Revert "when k is less the the number of predictions, use k"
    
    This reverts commit e24e800.
    
    cleanup
    
    adds note on k vs len(predicted)
    
    linting
    
    match Stanford slides
    
    edge cases
    
    test fixes
    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    63fb6ac View commit details
    Browse the repository at this point in the history
  2. recall returns floats

    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6875bc8 View commit details
    Browse the repository at this point in the history
  3. cleanup

    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    aa583fa View commit details
    Browse the repository at this point in the history
  4. refactor

    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    07487ef View commit details
    Browse the repository at this point in the history
  5. remove pk

    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8b88654 View commit details
    Browse the repository at this point in the history
  6. type cleanup

    mrkaye97 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    408b4d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7e008b View commit details
    Browse the repository at this point in the history