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

Numericalizer abc #227

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Numericalizer abc #227

wants to merge 28 commits into from

Commits on Nov 4, 2020

  1. WIP: DatasetABC

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f82aee7 View commit details
    Browse the repository at this point in the history
  2. WIP: DatasetABC

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    7dde35a View commit details
    Browse the repository at this point in the history
  3. updated Dataset

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    eced615 View commit details
    Browse the repository at this point in the history
  4. updated ArrowDataset

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    09a7b5e View commit details
    Browse the repository at this point in the history
  5. updated iterator.py

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    4f9d055 View commit details
    Browse the repository at this point in the history
  6. flake8 fixes

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    9884c06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73f711a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7395f93 View commit details
    Browse the repository at this point in the history
  9. _get -> __getitem__

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ed11aad View commit details
    Browse the repository at this point in the history
  10. Small changes

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    09d401d View commit details
    Browse the repository at this point in the history
  11. made ._fields a tuple

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    44bfbcd View commit details
    Browse the repository at this point in the history
  12. Added shuffled

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3b9c4aa View commit details
    Browse the repository at this point in the history
  13. removed as_dataset

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    15be987 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7fcec4d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb0e447 View commit details
    Browse the repository at this point in the history
  16. black correction

    ivansmokovic committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    aa192b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    23234dd View commit details
    Browse the repository at this point in the history
  2. style changes

    ivansmokovic committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    07ec682 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge remote-tracking branch 'origin/master' into numericalizer-abc

    # Conflicts:
    #	podium/datasets/__init__.py
    #	podium/datasets/dataset.py
    #	podium/datasets/dataset_abc.py
    #	podium/preproc/__init__.py
    #	podium/storage/vocab.py
    ivansmokovic committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bca8b63 View commit details
    Browse the repository at this point in the history
  2. Merged master

    ivansmokovic committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    65906ec View commit details
    Browse the repository at this point in the history
  3. minor style changes

    ivansmokovic committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    125a015 View commit details
    Browse the repository at this point in the history
  4. TODO docs

    ivansmokovic committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    7a26a04 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

    ivansmokovic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f110c5f View commit details
    Browse the repository at this point in the history
  3. docs

    ivansmokovic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    e28a777 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into numericalizer-abc

    # Conflicts:
    #	podium/storage/field.py
    ivansmokovic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    affa494 View commit details
    Browse the repository at this point in the history
  5. added error message

    ivansmokovic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    dac186c View commit details
    Browse the repository at this point in the history
  6. black compliance

    ivansmokovic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    56beaea View commit details
    Browse the repository at this point in the history