MCPcopy Create free account

hub / github.com/PriorLabs/tabpfn-client / functions

Functions396 in github.com/PriorLabs/tabpfn-client

↓ 1 callersMethod_print
(text: str)
src/tabpfn_client/prompt_agent.py:51
↓ 1 callersMethod_prompt_and_set_token_impl
(cls)
src/tabpfn_client/prompt_agent.py:140
↓ 1 callersMethod_s3_client
(self)
src/tabpfn_client/sagemaker/estimator.py:167
↓ 1 callersFunction_should_use_color
Determine whether color output should be used.
src/tabpfn_client/ui.py:23
↓ 1 callersMethod_upload_info
(url: str)
tests/unit/test_client.py:574
↓ 1 callersMethod_upload_single_chunk
( cls, url: str, chunk: bytes, headers: dict[str, str], dataset: str,
src/tabpfn_client/client.py:760
↓ 1 callersMethod_upload_to_gcs
(cls, dataset: str, data: bytes, info: FileUploadInfo)
src/tabpfn_client/client.py:708
↓ 1 callersMethod_validate_targets
(self, y)
src/tabpfn_client/estimator.py:826
↓ 1 callersMethod_validate_targets_and_classes
(self, y)
src/tabpfn_client/estimator.py:470
↓ 1 callersMethod_wait_for_fit
Poll ``GET /tabpfn/fit/{id}`` until the fit reaches a terminal state. Returns once the fit is COMPLETED. Raises if the fit FAILED, or
src/tabpfn_client/client.py:455
↓ 1 callersMethod_warn_if_deprecated
(response: httpx.Response)
src/tabpfn_client/client.py:793
↓ 1 callersFunctioncall_fit
Call the /v1/fit endpoint to train a model. Args: train_path: Path to the training CSV file target_name: Name of the target
tests/quick_test_v1.py:12
↓ 1 callersFunctioncall_predict
Call the /v1/predict endpoint to get predictions. Args: test_path: Path to the test CSV file model_id: The model ID from the
tests/quick_test_v1.py:54
↓ 1 callersMethodconfirm_user_account_deletion
(cls)
src/tabpfn_client/prompt_agent.py:595
↓ 1 callersMethoddisplay_requirement_status
Display check marks for met/unmet requirements.
src/tabpfn_client/prompt_agent.py:78
↓ 1 callersMethodfit
Upload a train set to server and return the train set UID if successful. Parameters ---------- X : array-like of sha
src/tabpfn_client/client.py:271
↓ 1 callersFunctionget_access_token
Retrieves the current active access token. If the client is not yet initialized, this will trigger the `init()` login flow. :return: Th
src/tabpfn_client/config.py:125
↓ 1 callersMethodget_api_usage
Retrieve current API usage data of the user from the server. Returns summary: str
src/tabpfn_client/client.py:1353
↓ 1 callersMethodget_data_summary
Get the data summary of the user from the server. Returns ------- data_summary : dict The data summary r
src/tabpfn_client/client.py:1236
↓ 1 callersMethodget_password_policy
Get the password policy from the server. Returns ------- password_policy : {} The password policy return
src/tabpfn_client/client.py:1166
↓ 1 callersMethodlogin
Login with the provided credentials and return the access token if successful. Parameters ---------- email : str
src/tabpfn_client/client.py:1115
↓ 1 callersFunctionmain
Main function to generate dataset and test both endpoints.
tests/quick_test_v1.py:84
↓ 1 callersFunctionmodel_limit_from_version
Resolve limit of a model to the same or closest previous version limit. Raises: ValueError: If no model limits are registered at or below
src/tabpfn_client/utils.py:8
↓ 1 callersFunctionmodel_version_from_path
(model_path: str)
src/tabpfn_client/utils.py:23
↓ 1 callersFunctionparse_reqs
(select_min, reqs)
scripts/gen_requirements.py:11
↓ 1 callersFunctionprint_logo
Print the large Prior Labs ASCII logo with optional subtitle.
src/tabpfn_client/ui.py:115
↓ 1 callersMethodprompt_account_deleted
(cls)
src/tabpfn_client/prompt_agent.py:606
↓ 1 callersMethodprompt_add_user_information
(cls)
src/tabpfn_client/prompt_agent.py:482
↓ 1 callersMethodprompt_multi_select
Creates an interactive multi select
src/tabpfn_client/prompt_agent.py:419
↓ 1 callersMethodprompt_personally_identifiable_information
Simplified data privacy prompt for registration flow.
src/tabpfn_client/prompt_agent.py:397
↓ 1 callersMethodprompt_retrieved_greeting_messages
(cls, greeting_messages: list[str])
src/tabpfn_client/prompt_agent.py:588
↓ 1 callersMethodprompt_reusing_existing_token
(cls)
src/tabpfn_client/prompt_agent.py:548
↓ 1 callersMethodreverify_email
Prompt for email verification. Returns True if successful, 'restart' to show main menu, False to quit.
src/tabpfn_client/prompt_agent.py:552
↓ 1 callersFunctionset_access_token
Manually sets the access token for the session. This is useful for non-interactive environments (e.g., CI/CD, Notebooks) where you want
src/tabpfn_client/config.py:140
↓ 1 callersMethodtry_browser_login
Attempts browser-based login flow Returns (success: bool, message: str)
src/tabpfn_client/client.py:1338
↓ 1 callersMethodvalue
(self)
src/tabpfn_client/api_models.py:34
↓ 1 callersMethodverify_email
Verify the email with the provided token. Parameters ---------- token : str access_token : str Retu
src/tabpfn_client/client.py:1083
Method__enter__
(self)
tests/mock_tabpfn_server.py:16
Method__exit__
(self, exc_type, exc_val, exc_tb)
tests/mock_tabpfn_server.py:21
Method__get_pydantic_core_schema__
(cls, _source, _handler)
src/tabpfn_client/api_models.py:38
Method__getstate__
(self)
src/tabpfn_client/sagemaker/estimator.py:182
Method__getstate__
(self)
src/tabpfn_client/foundry/estimator.py:147
Method__init__
(self, gui_url: str)
src/tabpfn_client/browser_auth.py:14
Method__init__
Construct a TabPFN classifier. This constructs a classifier using the latest model and settings. If you would like to use a previous
src/tabpfn_client/estimator.py:169
Method__init__
Construct a TabPFN regressor. This constructs a regressor using the latest model and settings. If you would like to use a previous mo
src/tabpfn_client/estimator.py:519
Method__init__
( self, endpoint_name: str, region_name: Optional[str] = None, boto_session: O
src/tabpfn_client/sagemaker/estimator.py:57
Method__init__
(self, *args: Any, task: str = "classification", **kwargs: Any)
src/tabpfn_client/foundry/estimator.py:214
Method__init__
(self, *args: Any, task: str = "regression", **kwargs: Any)
src/tabpfn_client/foundry/estimator.py:240
Method__init__
(self)
tests/mock_tabpfn_server.py:10
Method__init__
(self)
tests/unit/test_estimator.py:176
Method__init__
(self, borders)
tests/unit/test_tabpfn_regressor.py:575
Method__new__
This class is a singleton and should not be instantiated directly. Only use class methods.
src/tabpfn_client/config.py:22
Method__new__
(cls)
src/tabpfn_client/service_wrapper.py:45
Method__new__
(cls)
src/tabpfn_client/service_wrapper.py:267
Method__new__
(cls)
src/tabpfn_client/prompt_agent.py:39
Method_effective_use_kv_cache
(self)
src/tabpfn_client/sagemaker/estimator.py:113
Function_on_backoff
Callback function for retry attempts.
src/tabpfn_client/client.py:65
Function_on_giveup
Callback function when retries are exhausted.
src/tabpfn_client/client.py:75
Function_patch_webbrowser
Prevent browser login popup during tests.
tests/quick_test_v2.py:28
Method_raise_not_found_error
(error_response: NotFoundErrorResponse)
src/tabpfn_client/client.py:787
Method_set_token_and_return_true
()
tests/unit/test_tabpfn_classifier.py:85
Method_set_token_and_return_true
()
tests/unit/test_tabpfn_regressor.py:86
Method_thinking_active
(self)
src/tabpfn_client/sagemaker/estimator.py:109
Method_truthy
(val: str | None)
src/tabpfn_client/service_wrapper.py:173
Methodclear_console
(cls)
src/tabpfn_client/prompt_agent.py:415
Functionclf_data
Breast cancer classification dataset, small split.
tests/quick_test_v2.py:35
Functiondecorator
(func)
tests/mock_tabpfn_server.py:27
Methoddelete_all_datasets
(cls)
src/tabpfn_client/service_wrapper.py:231
Methoddelete_dataset
(cls, dataset_uid: str)
src/tabpfn_client/service_wrapper.py:219
Methoddelete_user_account
(cls)
src/tabpfn_client/service_wrapper.py:243
Methoddo_GET
(self)
src/tabpfn_client/browser_auth.py:27
Methoddownload_all_data
(cls, save_dir: Path = Path("."))
src/tabpfn_client/service_wrapper.py:205
Methodfilter
(self, record: logging.LogRecord)
src/tabpfn_client/client.py:111
Methodfit
( cls, X, y, task_config: ClassifierConfig | RegressorConfig, paper_ve
src/tabpfn_client/service_wrapper.py:273
Methodfit
(self, X: Any, y: Any)
src/tabpfn_client/sagemaker/estimator.py:189
Methodfit
(self, X: Any, y: Any)
src/tabpfn_client/foundry/estimator.py:153
Methodfit_task
()
src/tabpfn_client/estimator.py:343
Methodfit_task
()
src/tabpfn_client/estimator.py:676
Functionget_api_usage
Fetches and formats the current API usage statistics for the user. :return: A human-readable string detailing current credit usage,
src/tabpfn_client/config.py:158
Methodget_data_summary
(cls)
src/tabpfn_client/service_wrapper.py:195
Methodget_password_policy
(cls)
src/tabpfn_client/service_wrapper.py:130
Methodhandle_request_side_effect
()
tests/unit/test_browser_auth.py:69
Functionheader
Render a section header.
src/tabpfn_client/ui.py:54
Methodimport_side_effect
(name, *args, **kwargs)
tests/unit/test_tabpfn_regressor.py:630
Functioninfo
(message: str)
src/tabpfn_client/ui.py:76
Methodlog_message
(self, format, *args)
src/tabpfn_client/browser_auth.py:54
Methodpredict
Predict the class labels for the provided data (test set). Parameters ---------- fitted_train_set_id : UUID
src/tabpfn_client/client.py:551
Methodpredict
( cls, X, fitted_train_set_id: UUID, task_config: ClassifierConfig | Regressor
src/tabpfn_client/service_wrapper.py:300
Methodpredict
(self, X: Any)
src/tabpfn_client/sagemaker/estimator.py:319
Methodpredict
( self, X: Any, output_type: str = "mean", quantiles: Optional[list] = None,
src/tabpfn_client/sagemaker/estimator.py:333
Methodpredict
(self, X: Any)
src/tabpfn_client/foundry/estimator.py:217
Methodpredict
( self, X: Any, output_type: str = "mean", quantiles: Optional[list] = None,
src/tabpfn_client/foundry/estimator.py:243
Methodpredict_proba
(self, X: Any)
src/tabpfn_client/sagemaker/estimator.py:323
Methodpredict_proba
(self, X: Any)
src/tabpfn_client/foundry/estimator.py:221
Methodpredict_task
()
src/tabpfn_client/estimator.py:416
Methodpredict_task
()
src/tabpfn_client/estimator.py:754
Functionprint_logo_small
Print a small Prior Labs ASCII banner with optional subtitle.
src/tabpfn_client/ui.py:122
Functionprogress_bar
(description: str = "Working...")
src/tabpfn_client/ui.py:86
Functionreg_data
Diabetes regression dataset, small split.
tests/quick_test_v2.py:45
Methodretrieve_greeting_messages
(cls)
src/tabpfn_client/service_wrapper.py:148
← previousnext →101–200 of 396, ranked by callers