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

Perform inference with Dask when using the Ray backend #1128

Merged
merged 60 commits into from
May 14, 2021
Merged

Commits on Mar 19, 2021

  1. WIP Dask prediction

    tgaddair committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8e2f303 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. WIP conversion to DataFrame

    tgaddair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    bdb5e35 View commit details
    Browse the repository at this point in the history
  2. Updated postprocess

    tgaddair committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d42b621 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. WIP sequence features

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    061f1fe View commit details
    Browse the repository at this point in the history
  2. Fixed text

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    af0fd3a View commit details
    Browse the repository at this point in the history
  3. Set feature

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    8e24fe2 View commit details
    Browse the repository at this point in the history
  4. Fixed calculate stats

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    98ef1fc View commit details
    Browse the repository at this point in the history
  5. Fixed column ordering

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2f10951 View commit details
    Browse the repository at this point in the history
  6. Fixed closure

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d705280 View commit details
    Browse the repository at this point in the history
  7. Fixed set features

    tgaddair committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    400d134 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Fixed sequence features

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1d71361 View commit details
    Browse the repository at this point in the history
  2. Fixed collect predictions

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f249cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef93df6 View commit details
    Browse the repository at this point in the history
  4. Added error handling

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7f7332a View commit details
    Browse the repository at this point in the history
  5. Removed len() calls

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3373403 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    023bec1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87933e7 View commit details
    Browse the repository at this point in the history
  8. Added back evaluation

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    498e3c9 View commit details
    Browse the repository at this point in the history
  9. Revert test_api changes

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    a9cc657 View commit details
    Browse the repository at this point in the history
  10. Fixed Dask

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    cc4e9ae View commit details
    Browse the repository at this point in the history
  11. Removed decorator

    tgaddair committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b1d13bb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    da99b41 View commit details
    Browse the repository at this point in the history
  2. Fixed series equality test

    tgaddair committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9471136 View commit details
    Browse the repository at this point in the history
  3. Added dict conversion

    tgaddair committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    bae5616 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Resolved conflicts

    tgaddair committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3222de3 View commit details
    Browse the repository at this point in the history
  2. Fixed neuropod tests

    tgaddair committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dadb1c9 View commit details
    Browse the repository at this point in the history
  3. Fixed serve

    tgaddair committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8eca94d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Fixed visualization test

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5f5e1e1 View commit details
    Browse the repository at this point in the history
  2. Fixed 2d viz api

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    783e9e9 View commit details
    Browse the repository at this point in the history
  3. Fixed 3d viz api

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c5e5269 View commit details
    Browse the repository at this point in the history
  4. Fixed visualization tests

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3853c3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed63456 View commit details
    Browse the repository at this point in the history
  6. Added reshaping

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2c211cc View commit details
    Browse the repository at this point in the history
  7. Saved and load shapes

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2d21c44 View commit details
    Browse the repository at this point in the history
  8. Fixed tests

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    61fa9b4 View commit details
    Browse the repository at this point in the history
  9. Replaced numpy

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    28b1422 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a62ca6 View commit details
    Browse the repository at this point in the history
  11. Fixed kwargs

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    54669d8 View commit details
    Browse the repository at this point in the history
  12. Fixed more tests

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2786830 View commit details
    Browse the repository at this point in the history
  13. Fixed categorical indicies

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3cd4fc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce10762 View commit details
    Browse the repository at this point in the history
  15. Fixed test

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    21b60fd View commit details
    Browse the repository at this point in the history
  16. No dashboard

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    4c94af7 View commit details
    Browse the repository at this point in the history
  17. Removed debug code

    tgaddair committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0dd2276 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    1b7259b View commit details
    Browse the repository at this point in the history
  2. Try more ray params

    tgaddair committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    969aa17 View commit details
    Browse the repository at this point in the history
  3. Try spawn

    tgaddair committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    1e3f4ef View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Addressed comments

    tgaddair committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    336375c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Fixed visualization API

    tgaddair committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ab324bd View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    tgaddair committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    4414c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb84492 View commit details
    Browse the repository at this point in the history
  4. Removed unused code

    tgaddair committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    753bcbb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Reordered loops

    tgaddair committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4929403 View commit details
    Browse the repository at this point in the history
  2. Removed debug print

    tgaddair committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1acf358 View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    tgaddair committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7411a15 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on May 13, 2021

  1. Merge

    tgaddair committed May 13, 2021
    Configuration menu
    Copy the full SHA
    98fb2db View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Fixed indentation

    tgaddair committed May 14, 2021
    Configuration menu
    Copy the full SHA
    bb3e4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03680c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b7454 View commit details
    Browse the repository at this point in the history