Add the image extension's example and documentation - #398
Merged
Merged
Conversation
This was referenced Sep 16, 2026
Merged
alanprior
added this pull request to stack #402
September 16, 2026 16:33
alanprior
force-pushed
the
alan/image-features
branch
from
September 17, 2026 12:04
f1ddc43 to
ffe8528
Compare
adrian-prior
previously approved these changes
Sep 17, 2026
alanprior
force-pushed
the
alan/image-features
branch
from
September 17, 2026 16:10
ffe8528 to
41a8f2a
Compare
The example fits the Amazon Bestseller task of MulTaBench from the picture files' paths and a few tabular fields; the README describes the cell forms and the setup, and the extension is listed with the others. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
alanprior
force-pushed
the
alan/image-features
branch
from
September 17, 2026 17:18
a5f253f to
ed66879
Compare
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.
Layer 4 of 4 in stack #402, on #400: what surrounds the image extension. #399 adds the
imageextra, #401 the encoder internals, #400 the transformer and estimator wrapper.What is in it
examples/image/tabpfn_with_images.pyfits the Amazon Bestseller task of MulTaBench, the log price of a best-selling product from its photo, rank, page and ratings, three ways: numeric fields only, picture only, both. It reports RMSE. UnderFAST_TEST_MODE=1it runs on a 300-row sample.examples/image/README.mdexplains the cell format, the gated encoder license and howTabPFNWithImagesis used.ImageTransformerandTabPFNWithImagesare exported from the package root, and one line each goes intoREADME.mdandexamples/README.md.tests/test_examples.pyregisters the example underREQUIRES_MODULE, so it skips unless kagglehub is installed by hand. The archive comes from Kaggle and the encoder's weights are gated on the Hugging Face Hub, so it cannot run in CI without an account on each side.馃 Generated with Claude Code