Prediction

Prepare test set upload

Recommended: Use tabpfn-client (TabPFNClassifier / TabPFNRegressor). It calls these routes for you.

After fit: pass fitted_train_set_id and x_test_info; receive test_set_upload_id and signed URLs for test features.

post/tabpfn/prepare_test_set_upload

Request body

fitted_train_set_idstring uuid required
force_reuploadboolean

Whether to force the upload of the file even if a file with the same hash already exists.

Response

Test upload id and signed URLs

test_set_upload_idstring uuid required

Changes

No recorded changes to this endpoint across all 1 revision of this API.