ray/doc/source
Clark Zinzow 53c4c7b1be
[Datasets] Expose TableRow as public API; minimize copies/type conversions on row-based ops. (#22305)
This PR properly exposes `TableRow` as a public API (API docs + the "Public" tag), since it's already exposed to the user in our row-based ops. In addition, the following changes are made:
1. During row-based ops, we also choose a batch format that lines up with the current dataset format in order to eliminate unnecessary copies and type conversions.
2. `TableRow` now derives from `collections.abc.Mapping`, which lets `TableRow` better interop with code expecting a mapping, and includes a few helpful mixins so we only have to implement `__getitem__`, `__iter__`, and `__len__`.
2022-02-14 12:56:17 -08:00
..
_includes [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_static [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_templates [Docs] Trial Fathom analytics for doc pages (#17056) 2021-07-14 14:11:52 -07:00
cluster [docs][autoscaler] Add maintainers for node providers (#22237) 2022-02-12 11:31:32 -08:00
data [Datasets] Expose TableRow as public API; minimize copies/type conversions on row-based ops. (#22305) 2022-02-14 12:56:17 -08:00
images [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
ray-contribute [Doc] Correct information about code style (#21985) 2022-02-01 10:37:21 -08:00
ray-core Comment fmt: off annotations (#21984) 2022-02-09 22:12:11 -08:00
ray-design-patterns [docs] Make design pattern example self contained (#20981) 2021-12-09 20:19:38 -08:00
ray-more-libs [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
ray-observability [RFC] [Core] Support disabling log redirection via RAY_LOG_TO_STDERR environment variable. (#21767) 2022-01-25 10:52:53 -08:00
ray-overview [Doc] Fix bad links of dask and mars in ray-libraries.rst (#22210) 2022-02-08 19:02:49 +08:00
ray-references [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
raysgd [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
rllib [RLlib] Discussion 2022: Fix batch_mode="complete_episodes" documentation inaccuracy. (#22074) 2022-02-10 02:57:27 +01:00
serve [serve] Support user-provided health check via def check_health(self) method (#22178) 2022-02-11 12:53:37 -06:00
train [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
tune [docs] [tune] hyperopt notebook (#22315) 2022-02-12 02:46:03 -08:00
workflows [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_toc.yml [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
conf.py [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
custom_directives.py Revert "[train] add TorchTensorboardProfilerCallback (#21864)" (#22117) 2022-02-04 08:54:16 -08:00
index.md [Docs] Ray Data docs target state (#21931) 2022-01-27 13:14:36 -08:00