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

[Data] Extend API to enable passing sample weights via ray.dataset.to_tf (#45701) #46784

Merged
merged 14 commits into from
Aug 5, 2024

Commits on Jul 24, 2024

  1. Enable passing sample weights vai ray.DataIterator.to_tf

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f738494 View commit details
    Browse the repository at this point in the history
  2. Add unit tests to validate when to_tf is invoked with additional_columns

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    26f5543 View commit details
    Browse the repository at this point in the history
  3. Add iterator tests

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0e01eb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add test_tf unit tests; all tests are now tested with and without inc…

    …luding additional column
    
    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5439dc7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into tf_sample_weights

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    699c542 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. CR feedback

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    08f4054 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into tf_sample_weights

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3b05f76 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge remote-tracking branch 'upstream/master' into tf_sample_weights

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9348514 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into tf_sample_weights

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e4feb0e View commit details
    Browse the repository at this point in the history
  3. Add docs and validate with doctest

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a3aaad5 View commit details
    Browse the repository at this point in the history
  4. Self review

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8545e97 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Build docs locally and validate

    Signed-off-by: jeffreyjeffreywang <[email protected]>
    jeffreyjeffreywang committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6db75a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e32e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dad9c1 View commit details
    Browse the repository at this point in the history