Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QiushiSun/code2vec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tech-srl/code2vec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 5, 2021

  1. TMP_DIR caused issues by not being set correctly in function `Extract…

    …FeaturesForDirsList`, removed shaddowing of python3 core `dir`
    Torge committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9b824d6 View commit details
    Browse the repository at this point in the history
  2. pprint used for debugging not needed anymore

    Torge committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    04d832b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Create CITATION.cff

    urialon authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    f33552e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. F1 calculation

    return 0 if precision and recall are zero
    urialon authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e7547de View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    d68f07f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. I added a batch_size to the extract file, allowing for batch processi…

    …ng of projects instead of loading them all at once. During batch processing, I also incorporated timeout handling.
    lidiancracy committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    103362b View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#182 from lidiancracy/update_extract_py

    update extract.py
    urialon authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    77637c5 View commit details
    Browse the repository at this point in the history
Loading