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
Method
send_reset_password_email
(cls, email: str)
src/tabpfn_client/service_wrapper.py:152
Method
send_verification_email
(cls, access_token: str)
src/tabpfn_client/service_wrapper.py:157
Method
setUp
(self)
tests/integration/test_server_config.py:10
Method
setUp
(self)
tests/integration/test_tabpfn_classifier.py:18
Method
setUp
(self)
tests/unit/test_tabpfn_classifier.py:60
Method
setUp
(self)
tests/unit/test_tabpfn_classifier.py:408
Method
setUp
(self)
tests/unit/test_tabpfn_classifier.py:884
Method
setUp
(self)
tests/unit/test_client.py:54
Method
setUp
(self)
tests/unit/test_service_wrapper.py:19
Method
setUp
(self)
tests/unit/test_tabpfn_regressor.py:61
Method
setUp
(self)
tests/unit/test_tabpfn_regressor.py:404
Method
setUp
(self)
tests/unit/test_tabpfn_regressor.py:857
Function
setup_logging
Configure logging to emit through Rich with a consistent style.
src/tabpfn_client/ui.py:36
Method
show_password_requirements
Show which password requirements are met/unmet. Returns list of failed tests.
src/tabpfn_client/prompt_agent.py:67
Method
simulate_malformed_request
()
tests/unit/test_browser_auth.py:207
Method
simulate_multiple_callbacks
()
tests/unit/test_browser_auth.py:161
Method
tearDown
(self)
tests/integration/test_tabpfn_classifier.py:25
Method
tearDown
(self)
tests/unit/test_tabpfn_classifier.py:71
Method
tearDown
(self)
tests/unit/test_tabpfn_classifier.py:416
Method
tearDown
(self)
tests/unit/test_tabpfn_classifier.py:889
Method
tearDown
(self)
tests/unit/test_client.py:67
Method
tearDown
(self)
tests/unit/test_client.py:568
Method
tearDown
(self)
tests/unit/test_service_wrapper.py:22
Method
tearDown
(self)
tests/unit/test_tabpfn_regressor.py:72
Method
tearDown
(self)
tests/unit/test_tabpfn_regressor.py:412
Method
tearDown
(self)
tests/unit/test_tabpfn_regressor.py:862
Method
test_average_before_softmax
(self, clf_data)
tests/quick_test_v2.py:131
Method
test_average_before_softmax
(self, reg_data)
tests/quick_test_v2.py:307
Method
test_balance_probabilities
(self, clf_data)
tests/quick_test_v2.py:120
Method
test_browser_open_failure
(self, mock_print, mock_webbrowser_open)
tests/unit/test_browser_auth.py:33
Method
test_cache_based_on_paper_version
Check that the dataset cached is different for different paper_version and similar for the same paper_version
tests/unit/test_tabpfn_classifier.py:254
Method
test_cache_based_on_paper_version
( self, mock_server, mock_prompt_for_terms_and_cond, mock_prompt_and_set_token )
tests/unit/test_tabpfn_regressor.py:255
Method
test_choice_with_retries_valid_first_try
(self, mock_console_input)
tests/unit/test_prompt_agent.py:105
Method
test_choice_with_retries_valid_third_try
(self, mock_console_input)
tests/unit/test_prompt_agent.py:112
Function
test_client_config_includes_server_config
( estimator: Type[TabPFNClassifier | TabPFNRegressor], config_model: Type[ClassifierTabPFNConfig | Reg
tests/unit/test_estimator.py:73
Function
test_client_predict_params_include_server_predict_params
( predict_fn: Callable, predict_params_model: Type[ClassifierPredictParams | RegressorPredictParams],
tests/unit/test_estimator.py:114
Method
test_cross_validation
Test that TabPFNClassifier works with sklearn's cross_val_score, even when predict_proba is required.
tests/unit/test_tabpfn_classifier.py:1033
Method
test_cross_validation
Test that TabPFNRegressor works with sklearn's cross_val_score.
tests/unit/test_tabpfn_regressor.py:830
Method
test_data_check_on_predict_with_valid_data_pass
(self)
tests/unit/test_tabpfn_classifier.py:460
Method
test_data_check_on_predict_with_valid_data_pass
(self)
tests/unit/test_tabpfn_regressor.py:456
Method
test_data_size_check_on_predict_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_classifier.py:448
Method
test_data_size_check_on_predict_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_regressor.py:444
Method
test_data_size_check_on_train_with_inconsistent_number_of_samples_raise_error
( self, )
tests/unit/test_tabpfn_classifier.py:422
Method
test_data_size_check_on_train_with_inconsistent_number_of_samples_raise_error
( self, )
tests/unit/test_tabpfn_regressor.py:418
Method
test_data_size_check_on_train_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_classifier.py:432
Method
test_data_size_check_on_train_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_regressor.py:428
Method
test_dataframe_with_text_and_missing_values
(self)
tests/unit/test_text_features.py:113
Method
test_decline_terms_and_cond
( self, mock_server, mock_input, mock_webbrowser_open, mock_prompt_for
tests/unit/test_tabpfn_classifier.py:235
Method
test_decline_terms_and_cond
( self, mock_server, mock_input, mock_webbrowser_open, mock_prompt_for
tests/unit/test_tabpfn_regressor.py:236
Method
test_delete_all_datasets_accepts_empty_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:241
Method
test_delete_all_datasets_accepts_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:251
Method
test_delete_datasets_accepts_empty_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:221
Method
test_delete_datasets_accepts_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:231
Method
test_delete_user_account_propagates_server_error
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:293
Method
test_delete_user_account_when_cancelled
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:279
Method
test_delete_user_account_when_confirmed
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:262
Method
test_download_all_data_accepts_empty_zip
(self, mock_server)
tests/unit/test_service_wrapper.py:179
Method
test_download_all_data_accepts_non_empty_zip
(self, mock_server)
tests/unit/test_service_wrapper.py:200
Method
test_extra_knobs_with_thinking_effort_set_are_allowed
(self)
tests/unit/test_thinking_validation.py:44
Method
test_extra_knobs_without_thinking_are_rejected
(self)
tests/unit/test_thinking_validation.py:49
Method
test_few_features
Classification with a small number of features.
tests/quick_test_v2.py:189
Method
test_few_features
Regression with a small number of features.
tests/quick_test_v2.py:361
Method
test_fit_async_mode_polls_until_completed
(self, mock_server)
tests/unit/test_client.py:380
Method
test_fit_async_mode_raises_on_failed
(self, mock_server)
tests/unit/test_client.py:428
Method
test_fit_calls_prepare_and_fit_each_time
(self, mock_server)
tests/unit/test_client.py:344
Method
test_get_data_summary_accepts_dict
(self, mock_server)
tests/unit/test_service_wrapper.py:167
Method
test_get_model_limits_returns_stale_value_on_failure
(self)
tests/unit/test_client.py:547
Method
test_get_model_limits_uses_cache
(self)
tests/unit/test_client.py:523
Method
test_host_configuration
(self)
tests/integration/test_server_config.py:18
Method
test_init_remote_classifier
( self, mock_server, mock_prompt_and_set_token, mock_webbrowser_open, )
tests/unit/test_tabpfn_classifier.py:79
Method
test_init_remote_regressor
( self, mock_server, mock_prompt_and_set_token, mock_webbrowser_open, )
tests/unit/test_tabpfn_regressor.py:80
Method
test_invalid_auth_token
(self, mock_server)
tests/unit/test_client.py:186
Method
test_invalid_effort_level_rejected
(self)
tests/unit/test_thinking_validation.py:56
Method
test_invalid_saved_access_token
(self, mock_server, mock_prompt_and_set_token)
tests/unit/test_tabpfn_classifier.py:183
Method
test_invalid_saved_access_token
(self, mock_server, mock_prompt_and_set_token)
tests/unit/test_tabpfn_regressor.py:184
Method
test_invalid_token_response
Test handling of invalid/empty token in callback
tests/unit/test_browser_auth.py:137
Method
test_list_available_models_returns_expected_models
(self)
tests/unit/test_tabpfn_classifier.py:893
Method
test_list_available_models_returns_expected_models
(self)
tests/unit/test_tabpfn_regressor.py:866
Method
test_malformed_callback_url
Test handling of malformed callback URL
tests/unit/test_browser_auth.py:203
Method
test_missing_values_in_y_raise_error
Test that missing values in y raise a ValueError.
tests/unit/test_tabpfn_classifier.py:833
Method
test_missing_values_in_y_raise_error
Test that missing values in y raise a ValueError.
tests/unit/test_tabpfn_regressor.py:799
Method
test_mixed_content_dataframe
(self)
tests/unit/test_text_features.py:60
Method
test_model_name_to_path_returns_expected_path
(self)
tests/unit/test_tabpfn_classifier.py:942
Method
test_model_name_to_path_returns_expected_path
(self)
tests/unit/test_tabpfn_regressor.py:912
Method
test_model_name_to_path_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_classifier.py:966
Method
test_model_name_to_path_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_regressor.py:936
Method
test_model_names_that_are_substrings_come_later
(self)
tests/unit/test_tabpfn_classifier.py:917
Method
test_model_names_that_are_substrings_come_later
(self)
tests/unit/test_tabpfn_regressor.py:887
Method
test_multiple_callback_requests
Test handling of multiple callback requests
tests/unit/test_browser_auth.py:156
Method
test_n_estimators
(self, clf_data, n_estimators)
tests/quick_test_v2.py:99
Method
test_n_estimators
(self, reg_data, n_estimators)
tests/quick_test_v2.py:288
Method
test_neither_flag_is_off
(self)
tests/unit/test_thinking_validation.py:30
Method
test_null_values_handling
(self)
tests/unit/test_text_features.py:76
Method
test_numeric_numpy_array_unchanged
(self)
tests/unit/test_text_features.py:10
Method
test_numpy_array_with_missing_values
(self)
tests/unit/test_text_features.py:90
Method
test_object_numpy_array_cleaning
(self)
tests/unit/test_text_features.py:17
Method
test_only_allowed_parameters_passed_to_config
Test that only allowed parameters are passed to the config.
tests/unit/test_tabpfn_classifier.py:475
Method
test_only_allowed_parameters_passed_to_config
Test that only allowed parameters are passed to the config.
tests/unit/test_tabpfn_regressor.py:470
Method
test_output_type_full
Full output returns a dict with distribution details.
tests/quick_test_v2.py:271
Method
test_output_type_main
(self, reg_data)
tests/quick_test_v2.py:261
← previous
next →
201–300 of 396, ranked by callers