Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PriorLabs/tabpfn-client
/ functions
Functions
396 in github.com/PriorLabs/tabpfn-client
⨍
Functions
396
◇
Types & classes
81
↳
Endpoints
31
↓ 1 callers
Method
_print
(text: str)
src/tabpfn_client/prompt_agent.py:51
↓ 1 callers
Method
_prompt_and_set_token_impl
(cls)
src/tabpfn_client/prompt_agent.py:140
↓ 1 callers
Method
_s3_client
(self)
src/tabpfn_client/sagemaker/estimator.py:167
↓ 1 callers
Function
_should_use_color
Determine whether color output should be used.
src/tabpfn_client/ui.py:23
↓ 1 callers
Method
_upload_info
(url: str)
tests/unit/test_client.py:574
↓ 1 callers
Method
_upload_single_chunk
( cls, url: str, chunk: bytes, headers: dict[str, str], dataset: str,
src/tabpfn_client/client.py:760
↓ 1 callers
Method
_upload_to_gcs
(cls, dataset: str, data: bytes, info: FileUploadInfo)
src/tabpfn_client/client.py:708
↓ 1 callers
Method
_validate_targets
(self, y)
src/tabpfn_client/estimator.py:826
↓ 1 callers
Method
_validate_targets_and_classes
(self, y)
src/tabpfn_client/estimator.py:470
↓ 1 callers
Method
_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 callers
Method
_warn_if_deprecated
(response: httpx.Response)
src/tabpfn_client/client.py:793
↓ 1 callers
Function
call_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 callers
Function
call_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 callers
Method
confirm_user_account_deletion
(cls)
src/tabpfn_client/prompt_agent.py:595
↓ 1 callers
Method
display_requirement_status
Display check marks for met/unmet requirements.
src/tabpfn_client/prompt_agent.py:78
↓ 1 callers
Method
fit
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 callers
Function
get_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 callers
Method
get_api_usage
Retrieve current API usage data of the user from the server. Returns summary: str
src/tabpfn_client/client.py:1353
↓ 1 callers
Method
get_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 callers
Method
get_password_policy
Get the password policy from the server. Returns ------- password_policy : {} The password policy return
src/tabpfn_client/client.py:1166
↓ 1 callers
Method
login
Login with the provided credentials and return the access token if successful. Parameters ---------- email : str
src/tabpfn_client/client.py:1115
↓ 1 callers
Function
main
Main function to generate dataset and test both endpoints.
tests/quick_test_v1.py:84
↓ 1 callers
Function
model_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 callers
Function
model_version_from_path
(model_path: str)
src/tabpfn_client/utils.py:23
↓ 1 callers
Function
parse_reqs
(select_min, reqs)
scripts/gen_requirements.py:11
↓ 1 callers
Function
print_logo
Print the large Prior Labs ASCII logo with optional subtitle.
src/tabpfn_client/ui.py:115
↓ 1 callers
Method
prompt_account_deleted
(cls)
src/tabpfn_client/prompt_agent.py:606
↓ 1 callers
Method
prompt_add_user_information
(cls)
src/tabpfn_client/prompt_agent.py:482
↓ 1 callers
Method
prompt_multi_select
Creates an interactive multi select
src/tabpfn_client/prompt_agent.py:419
↓ 1 callers
Method
prompt_personally_identifiable_information
Simplified data privacy prompt for registration flow.
src/tabpfn_client/prompt_agent.py:397
↓ 1 callers
Method
prompt_retrieved_greeting_messages
(cls, greeting_messages: list[str])
src/tabpfn_client/prompt_agent.py:588
↓ 1 callers
Method
prompt_reusing_existing_token
(cls)
src/tabpfn_client/prompt_agent.py:548
↓ 1 callers
Method
reverify_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 callers
Function
set_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 callers
Method
try_browser_login
Attempts browser-based login flow Returns (success: bool, message: str)
src/tabpfn_client/client.py:1338
↓ 1 callers
Method
value
(self)
src/tabpfn_client/api_models.py:34
↓ 1 callers
Method
verify_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
Method
clear_console
(cls)
src/tabpfn_client/prompt_agent.py:415
Function
clf_data
Breast cancer classification dataset, small split.
tests/quick_test_v2.py:35
Function
decorator
(func)
tests/mock_tabpfn_server.py:27
Method
delete_all_datasets
(cls)
src/tabpfn_client/service_wrapper.py:231
Method
delete_dataset
(cls, dataset_uid: str)
src/tabpfn_client/service_wrapper.py:219
Method
delete_user_account
(cls)
src/tabpfn_client/service_wrapper.py:243
Method
do_GET
(self)
src/tabpfn_client/browser_auth.py:27
Method
download_all_data
(cls, save_dir: Path = Path("."))
src/tabpfn_client/service_wrapper.py:205
Method
filter
(self, record: logging.LogRecord)
src/tabpfn_client/client.py:111
Method
fit
( cls, X, y, task_config: ClassifierConfig | RegressorConfig, paper_ve
src/tabpfn_client/service_wrapper.py:273
Method
fit
(self, X: Any, y: Any)
src/tabpfn_client/sagemaker/estimator.py:189
Method
fit
(self, X: Any, y: Any)
src/tabpfn_client/foundry/estimator.py:153
Method
fit_task
()
src/tabpfn_client/estimator.py:343
Method
fit_task
()
src/tabpfn_client/estimator.py:676
Function
get_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
Method
get_data_summary
(cls)
src/tabpfn_client/service_wrapper.py:195
Method
get_password_policy
(cls)
src/tabpfn_client/service_wrapper.py:130
Method
handle_request_side_effect
()
tests/unit/test_browser_auth.py:69
Function
header
Render a section header.
src/tabpfn_client/ui.py:54
Method
import_side_effect
(name, *args, **kwargs)
tests/unit/test_tabpfn_regressor.py:630
Function
info
(message: str)
src/tabpfn_client/ui.py:76
Method
log_message
(self, format, *args)
src/tabpfn_client/browser_auth.py:54
Method
predict
Predict the class labels for the provided data (test set). Parameters ---------- fitted_train_set_id : UUID
src/tabpfn_client/client.py:551
Method
predict
( cls, X, fitted_train_set_id: UUID, task_config: ClassifierConfig | Regressor
src/tabpfn_client/service_wrapper.py:300
Method
predict
(self, X: Any)
src/tabpfn_client/sagemaker/estimator.py:319
Method
predict
( self, X: Any, output_type: str = "mean", quantiles: Optional[list] = None,
src/tabpfn_client/sagemaker/estimator.py:333
Method
predict
(self, X: Any)
src/tabpfn_client/foundry/estimator.py:217
Method
predict
( self, X: Any, output_type: str = "mean", quantiles: Optional[list] = None,
src/tabpfn_client/foundry/estimator.py:243
Method
predict_proba
(self, X: Any)
src/tabpfn_client/sagemaker/estimator.py:323
Method
predict_proba
(self, X: Any)
src/tabpfn_client/foundry/estimator.py:221
Method
predict_task
()
src/tabpfn_client/estimator.py:416
Method
predict_task
()
src/tabpfn_client/estimator.py:754
Function
print_logo_small
Print a small Prior Labs ASCII banner with optional subtitle.
src/tabpfn_client/ui.py:122
Function
progress_bar
(description: str = "Working...")
src/tabpfn_client/ui.py:86
Function
reg_data
Diabetes regression dataset, small split.
tests/quick_test_v2.py:45
Method
retrieve_greeting_messages
(cls)
src/tabpfn_client/service_wrapper.py:148
← previous
next →
101–200 of 396, ranked by callers