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

Grammar-check readme, fix file names and imports in all files #20

Merged
merged 10 commits into from Apr 24, 2021

Commits on Apr 23, 2021

  1. Module Renaming

    Enforced lowercase on all module names; removed import list in distil/active_learning_strategies/__init__.py
    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    bdcf6d7 View commit details
    Browse the repository at this point in the history
  2. README Grammar Check

    Fixed any grammar issues that were detected
    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    3f601ec View commit details
    Browse the repository at this point in the history
  3. Script/Notebook Fix

    Trimmed more imports and fixed strategy imports in test scripts and example notebooks.
    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    510791c View commit details
    Browse the repository at this point in the history
  4. Change git config

    Changed git configuration file to not ignore filename case
    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    08d6a88 View commit details
    Browse the repository at this point in the history
  5. Delete DPP.py

    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d727c7f View commit details
    Browse the repository at this point in the history
  6. Delete Similarity_mat.py

    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    41412da View commit details
    Browse the repository at this point in the history
  7. Readme Fix

    Changed "ramdom" to "random" in lost of algorithms
    nab170130 committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    dbe5b2f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Fix Notebook Name

    Removed extra space in notebook name
    nab170130 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    73823f8 View commit details
    Browse the repository at this point in the history
  2. Notebook Changes

    Fixed imports in notebooks
    nab170130 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    104dfdf View commit details
    Browse the repository at this point in the history
  3. More Notebook Import Fixes

    Added extra distil. to alleviate notebook imports
    nab170130 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    c93d662 View commit details
    Browse the repository at this point in the history