MCPcopy Create free account

hub / github.com/PriorLabs/tabpfn-client / types & classes

Types & classes81 in github.com/PriorLabs/tabpfn-client

↓ 24 callersClassPredictionResult
src/tabpfn_client/client.py:190
↓ 22 callersClassTabPFNClassifier
src/tabpfn_client/estimator.py:144
↓ 18 callersClassTabPFNRegressor
src/tabpfn_client/estimator.py:497
↓ 11 callersClassClassifierConfig
src/tabpfn_client/api_models.py:72
↓ 10 callersClassBrowserAuthHandler
src/tabpfn_client/browser_auth.py:13
↓ 4 callersClassClientOptions
Options for the client. Can be used to override default client behavior for a single request. Parameters ---------- timeout : fl
src/tabpfn_client/client.py:170
↓ 4 callersClassGetModelLimitsResponse
src/tabpfn_client/api_models.py:244
↓ 3 callersClassFileInfo
src/tabpfn_client/api_models.py:86
↓ 3 callersClassRegressorConfig
src/tabpfn_client/api_models.py:167
↓ 2 callersClassOptions
src/tabpfn_client/options.py:7
↓ 2 callersClassRetryableServerError
Base exception for retryable server-side HTTP errors (typically 5xx).
src/tabpfn_client/client.py:102
↓ 1 callersClassFitRequest
src/tabpfn_client/api_models.py:206
↓ 1 callersClassMockTabPFNServer
tests/mock_tabpfn_server.py:9
↓ 1 callersClassNeedsRefittingError
Exception raised when the server is not able to predict given the current state.
src/tabpfn_client/client.py:158
↓ 1 callersClassPredictRequest
src/tabpfn_client/api_models.py:260
↓ 1 callersClassPredictionTask
src/tabpfn_client/api_models.py:130
↓ 1 callersClassPrepareTestSetUploadRequest
src/tabpfn_client/api_models.py:275
↓ 1 callersClassPrepareTrainSetUploadRequest
src/tabpfn_client/api_models.py:289
↓ 1 callersClassRegressorPredictParams
src/tabpfn_client/api_models.py:144
↓ 1 callersClassSensitiveDataFilter
src/tabpfn_client/client.py:110
↓ 1 callersClass_FakeInferenceServer
Stand-in for the remote inference service used by ``check_estimator``. ``check_estimator`` calls ``fit``/``predict`` many times with datasets of
tests/unit/test_estimator.py:164
ClassCallbackHandler
src/tabpfn_client/browser_auth.py:26
ClassClassifierMetadata
src/tabpfn_client/api_models.py:78
ClassClassifierOutputType
src/tabpfn_client/api_models.py:44
ClassClassifierPredictParams
src/tabpfn_client/api_models.py:49
ClassClassifierTabPFNConfig
src/tabpfn_client/api_models.py:55
ClassConfig
src/tabpfn_client/config.py:21
ClassDummyFullSupportBarDistribution
tests/unit/test_tabpfn_regressor.py:574
ClassDuplicateTestSetErrorResponse
src/tabpfn_client/api_models.py:190
ClassDuplicateTrainSetErrorResponse
src/tabpfn_client/api_models.py:198
ClassFileUploadInfo
src/tabpfn_client/api_models.py:101
ClassFitResponse
src/tabpfn_client/api_models.py:233
ClassFitStatus
src/tabpfn_client/api_models.py:107
ClassFitStatusResponse
src/tabpfn_client/api_models.py:238
ClassGCPOverloaded
Exception raised when the Google Cloud Platform service is overloaded or unavailable.
src/tabpfn_client/client.py:93
ClassInferenceClient
Wrapper of ServiceClient to handle inference, including: - fitting - prediction
src/tabpfn_client/service_wrapper.py:260
ClassModelLimit
src/tabpfn_client/api_models.py:113
ClassModelVersion
src/tabpfn_client/api_models.py:123
ClassNotFoundErrorResponse
src/tabpfn_client/api_models.py:253
ClassPredictResponse
src/tabpfn_client/api_models.py:270
ClassPrepareTestSetUploadResponse
src/tabpfn_client/api_models.py:284
ClassPrepareTrainSetUploadResponse
src/tabpfn_client/api_models.py:299
ClassPromptAgent
src/tabpfn_client/prompt_agent.py:38
ClassRegressorMetadata
src/tabpfn_client/api_models.py:173
ClassRegressorOutputType
src/tabpfn_client/api_models.py:135
ClassRegressorTabPFNConfig
src/tabpfn_client/api_models.py:151
ClassServiceClient
Singleton class for handling communication with the server. It encapsulates all the API calls to the server.
src/tabpfn_client/client.py:195
ClassServiceClientWrapper
src/tabpfn_client/service_wrapper.py:29
ClassTabPFNClassifier
TabPFN classifier backed by a SageMaker real-time endpoint. Example: from tabpfn_client.sagemaker import TabPFNClassifier clf = T
src/tabpfn_client/sagemaker/estimator.py:303
ClassTabPFNClassifier
TabPFN classifier backed by an Azure AI Foundry endpoint. Example: from tabpfn_client.foundry import TabPFNClassifier clf = TabPF
src/tabpfn_client/foundry/estimator.py:200
ClassTabPFNModelSelection
Base class for TabPFN model selection and path handling.
src/tabpfn_client/estimator.py:72
ClassTabPFNRegressor
TabPFN regressor backed by a SageMaker endpoint.
src/tabpfn_client/sagemaker/estimator.py:328
ClassTabPFNRegressor
TabPFN regressor backed by an Azure AI Foundry endpoint. Example: from tabpfn_client.foundry import TabPFNRegressor reg = TabPFNR
src/tabpfn_client/foundry/estimator.py:226
ClassTestBrowserAuthHandler
tests/unit/test_browser_auth.py:12
ClassTestClassifierConfig
Test classification with different estimator configurations.
tests/quick_test_v2.py:95
ClassTestClassifierInputFormats
Test classification with different input data formats.
tests/quick_test_v2.py:155
ClassTestClassifierVersions
Test classification with different model versions.
tests/quick_test_v2.py:78
ClassTestCleanTextFeatures
tests/unit/test_text_features.py:9
ClassTestPromptAgent
tests/unit/test_prompt_agent.py:6
ClassTestRegressorConfig
Test regression with different estimator configurations.
tests/quick_test_v2.py:284
ClassTestRegressorInputFormats
Test regression with different input data formats.
tests/quick_test_v2.py:329
ClassTestRegressorOutputTypes
Test regression with different output_type values.
tests/quick_test_v2.py:219
ClassTestRegressorVersions
Test regression with different model versions.
tests/quick_test_v2.py:207
ClassTestServerConfig
tests/integration/test_server_config.py:9
ClassTestServiceClient
tests/unit/test_client.py:53
ClassTestServiceClientPredictionNormalization
tests/unit/test_client.py:567
ClassTestTabPFNClassifier
tests/integration/test_tabpfn_classifier.py:17
ClassTestTabPFNClassifierInference
tests/unit/test_tabpfn_classifier.py:407
ClassTestTabPFNClassifierInit
tests/unit/test_tabpfn_classifier.py:57
ClassTestTabPFNModelSelection
tests/unit/test_tabpfn_classifier.py:883
ClassTestTabPFNModelSelection
tests/unit/test_tabpfn_regressor.py:856
ClassTestTabPFNRegressorInference
tests/unit/test_tabpfn_regressor.py:403
ClassTestTabPFNRegressorInit
tests/unit/test_tabpfn_regressor.py:58
ClassTestThinkingValidator
tests/unit/test_thinking_validation.py:29
ClassTestUserAuthClient
These test cases are meant to validate the interface between the client and the server. They do not guarantee if the response from the server
tests/unit/test_service_wrapper.py:13
ClassTestUserDataClient
These test cases are meant to validate the interface between the client and the server. They do not guarantee if the response from the server
tests/unit/test_service_wrapper.py:156
ClassUnknownEnum
Sentinel for enum values not known to this SDK — see header.
src/tabpfn_client/api_models.py:30
ClassUserAuthenticationClient
Wrapper of ServiceClient to handle user authentication, including: - user registration and login - access token caching This is impl
src/tabpfn_client/service_wrapper.py:34
ClassUserDataClient
Wrapper of ServiceClient to handle user data, including: - query, or delete user account data - query, download, or delete uploaded data
src/tabpfn_client/service_wrapper.py:187
Class_FoundryBase
Shared HTTP plumbing for the Foundry TabPFN estimators.
src/tabpfn_client/foundry/estimator.py:77
Class_SagemakerBase
Shared invoke_endpoint plumbing for the SageMaker TabPFN estimators.
src/tabpfn_client/sagemaker/estimator.py:52