Austin Liu
Austin Liu
one-line time-series ranked negative return alpha with alpha-weighted assets (inventory & capital) position adjustment. expressed as => `ts_rank(-returns, 120)` as our alpha, predictive signal, in order to compute next targeting...
## Tracking issue https://github.com/flyteorg/flyte/issues/4762 ## Why are the changes needed? To highlight diff(delta part) error message for `NewTaskExistsDifferentStructureError()` ## What changes were proposed in this pull request? #### 1. Modify...
## Tracking issue _https://github.com/flyteorg/flyte/issues/4241_ ## Why are the changes needed? Currently StructuredDatasets only support flat schemas. This PR aims to support nested types as form of `dict`/`json`, `dataclass`, `named args`/`kwargs`....
## Tracking issue NA ## Why are the changes needed? To make register `task`, `workflow`, and `launchplan` **x2.5 ~ x4 faster** in `pyflyte run` and `pyflyte register` by leveraging `asyncio`....
## Tracking issue https://github.com/flyteorg/flyte/issues/4241 https://github.com/flyteorg/flytekit/pull/2252 https://github.com/flyteorg/flytesnacks/pull/1657 ## Why are the changes needed? Add `structured_dataset_nested_type` examples in documentation. https://github.com/flyteorg/flytekit/pull/2252 ## What changes were proposed in this pull request? Demonstrate how to...
### Describe the issue We have the [needs](https://github.com/flyteorg/flytekit/pull/2328) of porting `FlytekitRemote` into `RustFlyteRemote` with same high level behaviours recently. We might have to decouple `flytekit.remote` into two separated modules `flytekit.remote`...
### Describe the bug While creating ```python data = [ { 'company': 'XYZ pvt ltd', 'location': 'London', 'info': { 'president': 'Rakesh Kapoor', 'contacts': { 'email': '[email protected]', 'tel': '9876543210' } }...