Skip to content

Commit 70d0210

Browse files
lujiazhoclaude
andcommitted
Add changelog entry for PR #923
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 163d5f9 commit 70d0210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog/923.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `TabPFNRegressor.fit_with_differentiable_input(X, y)` so gradients can flow from a downstream loss back through the regressor into upstream torch modules feeding `X` (and `y`, when it carries grads). Mirrors the existing classifier-side path — previously `TabPFNRegressor.fit` raised `ValueError("Differentiable input is not supported for regressors yet.")` and there was no differentiable counterpart.

0 commit comments

Comments
 (0)