docs(frameworks): correct TensorFlow support claims (backend#2298) - #134
docs(frameworks): correct TensorFlow support claims (backend#2298)#134aptracebloc wants to merge 1 commit into
Conversation
TensorFlow is retired: new TF model uploads are rejected (backend#2427), while existing TF experiments remain readable (RFC-BACKEND-2232, D3). Remove TensorFlow from the supported-upload framework lists, drop the [tensorflow] install extra, and reframe the remaining TF-specific reference material as deprecated/read-only for existing experiments. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aa13ec0. Configure here.
|
|
||
| <Note> | ||
| TensorFlow is deprecated. New TensorFlow model uploads are no longer accepted — install `[pytorch]` (or `[sklearn]`) for new models. The SDK raises a `FutureWarning` for TensorFlow, and TensorFlow support is removed in 1.0.0. Existing TensorFlow experiments remain readable. | ||
| </Note> |
There was a problem hiding this comment.
Synced pages edited at destination
Medium Severity
These pages are sync destinations in sync-sources.yml (tracebloc-package → tools-help/tracebloc.mdx, start-training → join-use-case/start-training.mdx) and must be edited at their upstream READMEs. The Installation snippet syncs from source, so the next upstream sync can restore tracebloc[tensorflow] and undo this correction.
Additional Locations (1)
Triggered by project rule: Bugbot guide — tracebloc/docs
Reviewed by Cursor Bugbot for commit aa13ec0. Configure here.
|
Superseded by #135, retargeted to |


TensorFlow is retired. New TF model uploads are now rejected (backend#2427); existing/historical TF experiments remain readable (RFC-BACKEND-2232, D3). The public docs still advertised TensorFlow as a supported upload framework — this corrects that.
Targets
mainper the docs-repo exception.What changed
overview/tracebloc.mdx,join-use-case/overview.mdx,tools-help/faqs.mdx, and the per-task "Frameworks:" lines injoin-use-case/how-training-works.mdx(image classification, tabular classification, tabular regression).pip install "tracebloc[tensorflow]"extra from both install snippets (tools-help/tracebloc.mdx,join-use-case/start-training.mdx) and noted the SDKFutureWarning+ removal in 1.0.0.join-use-case/model-optimization.mdx) and the TF-specific reference material (hyperparameters.mdx,how-training-works.mdx) as deprecated / read-only for existing experiments, via page-level notes — the detail stays accurate for the historical experiments that remain readable (D3), rather than being deleted.Verification
make check-sdk-extrasreviewed: only the[tensorflow]extra was removed; all other documented extras are unchanged and valid. Fullmint broken-links+ SDK-extras run pending on a networked machine (both need network this sandbox lacks). No new links introduced.Closes tracebloc/backend#2298
— drafted with Claude Code
Note
Low Risk
Documentation-only wording and install-snippet updates; no product, auth, or runtime behavior changes.
Overview
Stops advertising TensorFlow as a supported new-upload framework. New models should use PyTorch or scikit-learn; existing TensorFlow experiments remain readable.
Adds page-level deprecation notes on training, hyperparameters, model formats, overview, FAQs, and the SDK install guide. Drops the
tracebloc[tensorflow]extra from install snippets and notes the SDKFutureWarningplus removal in 1.0.0.TensorFlow-specific pipeline, hyperparameter, and file-format details are kept as historical reference rather than deleted. Per-task “Frameworks” lines (image/tabular classification and tabular regression) and product copy now list PyTorch/sklearn instead of TensorFlow.
Reviewed by Cursor Bugbot for commit aa13ec0. Bugbot is set up for automated code reviews on this repo. Configure here.