ray/release/nightly_tests
Antoni Baum 7ce22b72ed
[datasets] Expand to_torch's functionality (#21117)
Expands the `to_torch` method for Datasets with:
* An ability to choose to output a list/dict of feature tensors instead of just one (through setting `feature_columns` to be a list of lists or a dict of lists)
* An ability to choose whether the label should be unsqueezed or not
* An ability to pass `None` as the label (for prediction).

Furthermore, this changes how the `feature_column_dtypes` argument works. Previously, it took a list of dtypes for each feature. However, as the tensor was concatenated in the end, only one dtype mattered (the biggest one). Now, this argument expects a single dtype which will be applied to the features tensor (or a list/dict if `feature_columns` is a list of list/dict of lists).

Unit tests for all cases are included.

Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
2022-01-03 09:03:50 -08:00
..
chaos_test [Nightly test] Chaos test fixture (#20277) 2021-11-24 17:13:29 -08:00
dask_on_ray [Release] Use nightly Docker images (#20001) 2021-11-10 18:00:16 -08:00
dataset [datasets] Expand to_torch's functionality (#21117) 2022-01-03 09:03:50 -08:00
decision_tree [Release] Use nightly Docker images (#20001) 2021-11-10 18:00:16 -08:00
many_nodes_tests [Release] Use nightly Docker images (#20001) 2021-11-10 18:00:16 -08:00
placement_group_tests [Nightly test] Fix broken pg long running test master (#20674) 2021-11-23 21:24:00 -08:00
shuffle [Release] Use nightly Docker images (#20001) 2021-11-10 18:00:16 -08:00
shuffle_data_loader [Release] Use nightly Docker images (#20001) 2021-11-10 18:00:16 -08:00
stress_tests Upgrade cython to 0.29.26 for py310 (#21244) 2021-12-26 20:26:08 -08:00
chaos_test.yaml Revert "[Nightly Test] Add a team column to each test config. (#21198)" (#21289) 2021-12-30 06:44:51 +09:00
nightly_tests.yaml Revert "[Nightly Test] Add a team column to each test config. (#21198)" (#21289) 2021-12-30 06:44:51 +09:00
setup_chaos.py CI][Chaos-test] chaos test now can set max-nodes-to-kill #20962 2021-12-09 13:41:46 -08:00
wait_cluster.py [nightly] Put many nodes actor test back (#19313) 2021-10-13 15:51:12 -07:00