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

Implement train/test splits iterator #74

Merged
merged 22 commits into from
Aug 31, 2022
Merged

Implement train/test splits iterator #74

merged 22 commits into from
Aug 31, 2022

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    1e11a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bad5ee View commit details
    Browse the repository at this point in the history
  3. implement iterator for pandas dataframe

    Yang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6888a63 View commit details
    Browse the repository at this point in the history
  4. update notebook for iterator of pandas data

    Yang committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    488a3a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Merge branch 'main' into train_test_iterator

    Yang committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3822018 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. update notebooks using split iterator

    Yang committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9f94fab View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. progress with traintest iterator

    Sem committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e6a8ef8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    9348ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0875a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a336c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    f3c56e3 View commit details
    Browse the repository at this point in the history
  2. update tutorial notebook

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    af654ff View commit details
    Browse the repository at this point in the history
  3. fix tests

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1c30184 View commit details
    Browse the repository at this point in the history
  4. Mypy and lint fixes

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3eacecb View commit details
    Browse the repository at this point in the history
  5. more lint fixes

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b4a6cbd View commit details
    Browse the repository at this point in the history
  6. add space

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e11f5ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9fd09e View commit details
    Browse the repository at this point in the history
  8. and now

    Peter9192 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5f86497 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Apply suggestions from code review

    Co-authored-by: Yang <[email protected]>
    Peter9192 and Yang authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0cd3df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51b8a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c77252a View commit details
    Browse the repository at this point in the history
  4. modify error message

    Peter9192 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d5de862 View commit details
    Browse the repository at this point in the history