[FSTORE-1938] Support chaining of Transformation Functions using a DAG#580
Draft
manu-sj wants to merge 4 commits into
Draft
[FSTORE-1938] Support chaining of Transformation Functions using a DAG#580manu-sj wants to merge 4 commits into
manu-sj wants to merge 4 commits into
Conversation
- Add Chained Transformation Functions section to the main TF user guide. - Add chained examples to the model-dependent and on-demand transformation pages. - New Transformation Functions — Performance Tuning page covering n_processes semantics, auto-vectorize behavior, warmup_online_workers, the thread safety scope, and a benchmark-derived latency reference. - Migration guide entry covering the stricter input type validation, the deprecated transformation_functions= alias, and the auto-vectorize edge case opt-out. - mkdocs.yml: register the new performance tuning page in the nav so it is reachable from the site.
`hopsworks-docs snakeoil` strips trailing blank lines inside fenced Python code blocks after running the formatter, then checks the docs tree is clean. Drops the stray blank line before the closing fence in four of the FSTORE-1938 docs additions so the check passes. No content change. Signed-off-by: Manu Sathyarajan Joseph <manu.joseph@logicalclocks.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Remove references to HSFS_DISABLE_PANDAS_AUTO_VECTORIZE and to an auto-vectorize code path on get_feature_vectors. Neither the env var nor the auto-vectorize code path exist in the SDK on this branch, so the docs were promising behavior that does not ship. Migration page drops the bullet about the env var. Performance tuning page drops the two-sentence paragraph about batch auto-vectorization. The rest of both pages is accurate as written. Signed-off-by: Manu Sathyarajan Joseph <manu.joseph@logicalclocks.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.