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
test_output_type_quantiles_custom
(self, reg_data)
tests/quick_test_v2.py:245
Method
test_output_type_quantiles_default
(self, reg_data)
tests/quick_test_v2.py:234
Method
test_pandas_dataframe_cleaning
(self)
tests/unit/test_text_features.py:36
Method
test_pandas_input
(self, clf_data)
tests/quick_test_v2.py:158
Method
test_pandas_input
(self, reg_data)
tests/quick_test_v2.py:332
Method
test_paper_version_behavior
(self, mock_predict, mock_fit)
tests/unit/test_tabpfn_classifier.py:1007
Method
test_paper_version_behavior
(self, mock_predict, mock_fit)
tests/unit/test_tabpfn_regressor.py:974
Method
test_password_req_to_policy
(self)
tests/unit/test_prompt_agent.py:7
Method
test_predict_and_predict_proba
(self, clf_data, version)
tests/quick_test_v2.py:82
Method
test_predict_converts_none_in_dict_prediction_to_nan
(self, mock_server)
tests/unit/test_client.py:601
Method
test_predict_full_adds_criterion_with_optional_dependencies
(self)
tests/unit/test_tabpfn_regressor.py:562
Method
test_predict_full_missing_optional_dependencies_logs_warning
(self)
tests/unit/test_tabpfn_regressor.py:611
Method
test_predict_mean
(self, reg_data, version)
tests/quick_test_v2.py:211
Method
test_predict_params_output_type
Test that predict_params contains correct output_type.
tests/unit/test_tabpfn_classifier.py:539
Method
test_predict_params_output_type
Test that predict_params contains correct output_type and quantiles.
tests/unit/test_tabpfn_regressor.py:533
Method
test_predict_proba_uses_correct_model_path
(self)
tests/unit/test_tabpfn_classifier.py:970
Method
test_predict_twice_without_refit
Calling predict multiple times should not require refitting.
tests/quick_test_v2.py:141
Method
test_predict_twice_without_refit
Calling predict multiple times should not require refitting.
tests/quick_test_v2.py:317
Method
test_predict_uses_correct_model_path
(self)
tests/unit/test_tabpfn_regressor.py:940
Method
test_predict_with_long_and_comma_text
Test predictions with long text (>2500 chars) and text containing commas.
tests/unit/test_tabpfn_regressor.py:646
Method
test_predict_with_missing_fitted_train_set_raises_needs_refitting
( self, mock_server )
tests/unit/test_client.py:504
Method
test_predict_with_pandas_dataframe
Test predictions with pandas DataFrame input, including text columns.
tests/unit/test_tabpfn_classifier.py:746
Method
test_predict_with_pandas_dataframe
Test predictions with pandas DataFrame input, including text columns.
tests/unit/test_tabpfn_regressor.py:731
Method
test_predict_with_same_test_set_calls_prepare_and_predict_each_time
( self, mock_server )
tests/unit/test_client.py:467
Method
test_predict_with_uncleaned_text
Test predictions with long text (>2500 chars) and text containing commas.
tests/unit/test_tabpfn_classifier.py:609
Method
test_predict_with_valid_train_set_and_test_set
(self, mock_server)
tests/unit/test_client.py:225
Method
test_prompt_and_set_token_login
(self, mock_console_input, mock_getpass)
tests/unit/test_prompt_agent.py:81
Method
test_prompt_and_set_token_registration
(self, mock_console_input, mock_getpass)
tests/unit/test_prompt_agent.py:30
Method
test_prompt_terms_and_cond_returns_false
(self, mock_input)
tests/unit/test_prompt_agent.py:100
Method
test_prompt_terms_and_cond_returns_true
(self, mock_input)
tests/unit/test_prompt_agent.py:95
Method
test_register_user
(self, mock_server)
tests/unit/test_client.py:144
Method
test_register_user_with_invalid_email
(self, mock_server)
tests/unit/test_client.py:165
Function
test_reload_opts
()
tests/unit/test_options.py:5
Method
test_reset_cache_after_token_set
(self, mock_server)
tests/unit/test_service_wrapper.py:111
Method
test_reset_cache_unsets_tabpfn_token_constant
(self, mock_server)
tests/unit/test_service_wrapper.py:132
Method
test_reset_cache_without_token_set
(self)
tests/unit/test_service_wrapper.py:148
Method
test_reset_on_remote_classifier
(self, mock_server)
tests/unit/test_tabpfn_classifier.py:199
Method
test_reset_on_remote_regressor
(self, mock_server)
tests/unit/test_tabpfn_regressor.py:200
Method
test_retrieve_greeting_messages
(self, mock_server)
tests/unit/test_client.py:216
Method
test_reuse_saved_access_token
(self, mock_server)
tests/unit/test_tabpfn_classifier.py:159
Method
test_reuse_saved_access_token
(self, mock_server)
tests/unit/test_tabpfn_regressor.py:160
Method
test_scalar_output_types
(self, reg_data, output_type)
tests/quick_test_v2.py:223
Method
test_send_reset_password_email
(self, mock_server)
tests/unit/test_client.py:196
Method
test_send_verification_email
(self, mock_server)
tests/unit/test_client.py:206
Method
test_serialization_with_cleaned_text
Test serialization of data after text cleaning
tests/unit/test_text_features.py:169
Method
test_server_port_in_use
Test handling when preferred port is in use
tests/unit/test_browser_auth.py:232
Method
test_server_setup_exception
(self, mock_print, mock_tcp_server)
tests/unit/test_browser_auth.py:17
Method
test_set_token_by_invalid_login
(self, mock_server)
tests/unit/test_service_wrapper.py:46
Method
test_set_token_by_invalid_registration
(self, mock_server)
tests/unit/test_service_wrapper.py:86
Method
test_set_token_by_valid_login
(self, mock_server)
tests/unit/test_service_wrapper.py:26
Method
test_single_test_sample
Predict on a single test sample.
tests/quick_test_v2.py:177
Method
test_single_test_sample
Predict on a single test sample.
tests/quick_test_v2.py:351
Function
test_sklearn_compatible
( estimator: Type[TabPFNClassifier | TabPFNRegressor], )
tests/unit/test_estimator.py:212
Method
test_small_train_set
Fit with very few training samples.
tests/quick_test_v2.py:168
Method
test_small_train_set
Fit with very few training samples.
tests/quick_test_v2.py:342
Method
test_softmax_temperature
(self, clf_data, softmax_temperature)
tests/quick_test_v2.py:109
Method
test_softmax_temperature
(self, reg_data, softmax_temperature)
tests/quick_test_v2.py:297
Method
test_string_label_predictions
Test that string labels in y are preserved in predictions.
tests/unit/test_tabpfn_classifier.py:565
Method
test_successful_browser_login
(self, mock_webbrowser)
tests/unit/test_browser_auth.py:104
Method
test_thinking_effort_alone_implies_on
(self)
tests/unit/test_thinking_validation.py:38
Method
test_thinking_mode_alone_is_on
(self)
tests/unit/test_thinking_validation.py:34
Method
test_thinking_off_with_non_v3_model_path_allowed
(self)
tests/unit/test_thinking_validation.py:91
Method
test_thinking_with_auto_model_path_allowed
(self)
tests/unit/test_thinking_validation.py:71
Method
test_thinking_with_v25_model_path_rejected
(self)
tests/unit/test_thinking_validation.py:77
Method
test_thinking_with_v26_model_path_rejected
(self)
tests/unit/test_thinking_validation.py:87
Method
test_thinking_with_v2_model_path_rejected
(self)
tests/unit/test_thinking_validation.py:83
Method
test_thinking_with_v3_model_path_allowed
(self)
tests/unit/test_thinking_validation.py:67
Method
test_timeout_above_cap_rejected
(self)
tests/unit/test_thinking_validation.py:60
Method
test_timeout_at_cap_allowed
(self)
tests/unit/test_thinking_validation.py:64
Method
test_timeout_handling
Test handling of timeout during login
tests/unit/test_browser_auth.py:185
Method
test_too_many_classes_raise_error
Test that having more than 10 classes raises a ValueError.
tests/unit/test_tabpfn_classifier.py:866
Method
test_try_connection
(self, mock_server)
tests/unit/test_client.py:106
Method
test_try_connection_with_invalid_server
(self, mock_server)
tests/unit/test_client.py:111
Method
test_try_connection_with_outdated_client_raises_runtime_error
( self, mock_server )
tests/unit/test_client.py:116
Method
test_try_reusing_existing_token
(self, mock_server)
tests/unit/test_service_wrapper.py:62
Method
test_try_reusing_non_existing_token
(self)
tests/unit/test_service_wrapper.py:78
Method
test_use_remote_tabpfn_classifier
(self, mock_server)
tests/integration/test_tabpfn_classifier.py:29
Method
test_use_remote_tabpfn_classifier_async_mode
(self, mock_server)
tests/integration/test_tabpfn_classifier.py:91
Method
test_user_cancels_login
( self, mock_event, mock_tcp_server, mock_webbrowser_open, mock_print )
tests/unit/test_browser_auth.py:54
Method
test_valid_auth_token
(self, mock_server)
tests/unit/test_client.py:191
Method
test_validate_email
(self, mock_server)
tests/unit/test_client.py:127
Method
test_validate_email_invalid
(self, mock_server)
tests/unit/test_client.py:134
Method
test_validate_model_name_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_classifier.py:938
Method
test_validate_model_name_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_regressor.py:908
Method
test_validate_model_name_with_valid_model_passes
(self)
tests/unit/test_tabpfn_classifier.py:931
Method
test_validate_model_name_with_valid_model_passes
(self)
tests/unit/test_tabpfn_regressor.py:901
Method
test_validate_response
(self)
tests/unit/test_client.py:278
Method
test_validate_response_no_error
(self)
tests/unit/test_client.py:272
Method
test_validate_response_only_version_check
(self)
tests/unit/test_client.py:330
Method
test_validate_response_streamed_error_envelope
(self)
tests/unit/test_client.py:293
Method
test_validate_response_streamed_error_falls_back_to_detail
(self)
tests/unit/test_client.py:314
Method
try_browser_login
Try to authenticate using browser-based login
src/tabpfn_client/service_wrapper.py:167
Method
validate_email
(cls, email: str)
src/tabpfn_client/service_wrapper.py:71
Method
verify_email
(cls, token: str, access_token: str)
src/tabpfn_client/service_wrapper.py:162
Function
with_mock_server
()
tests/mock_tabpfn_server.py:26
Function
wrapper
(test_class, *args, **kwargs)
tests/mock_tabpfn_server.py:28
← previous
301–396 of 396, ranked by callers