Skip to content

Future references #18

@raghukiran1224

Description

@raghukiran1224

Overview

For uniformity of input output to pipeline stages, we need to have a list of Future references to Xy objects. Since Ray remote calls always return a future reference and we return a holder class with reference to X and y, which are compute tasks that can be in flight. A list of references allows for the parallelization of operations.

Uniformity of data exchange is enabled by choosing a list of future references as the way to exchange data.

Acceptance Criteria

  • Move away from current implementation to a future references implementation

Questions

Assumptions

Reference

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions