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

Update codebase #84

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

Update codebase #84

wants to merge 9 commits into from

Commits on Aug 2, 2023

  1. Add tqdm to fix pytest

    from tqdm.auto import tqdm
    E   ModuleNotFoundError: No module named 'tqdm'
    
    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b071bcb View commit details
    Browse the repository at this point in the history
  2. Using the apply method to improve performance.

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3701740 View commit details
    Browse the repository at this point in the history
  3. Change dataset, add lru_cache.

    Starting to use pathlib
    
    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fe1b79f View commit details
    Browse the repository at this point in the history
  4. Update diversity

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a747a09 View commit details
    Browse the repository at this point in the history
  5. Remove _l2_norm, we can use numpy.linalg.norm

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    396acc0 View commit details
    Browse the repository at this point in the history
  6. Update geo_encoder

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    50b21c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update codebase for evaluation

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a748a5a View commit details
    Browse the repository at this point in the history
  2. Update recommenders

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    85fcd83 View commit details
    Browse the repository at this point in the history
  3. Use PEP8 standards for code style

    Signed-off-by: Stanislav Filin <[email protected]>
    stasfilin committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7bfaf5d View commit details
    Browse the repository at this point in the history