MCPcopy Create free account

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

Functions396 in github.com/PriorLabs/tabpfn-client

Methodsend_reset_password_email
(cls, email: str)
src/tabpfn_client/service_wrapper.py:152
Methodsend_verification_email
(cls, access_token: str)
src/tabpfn_client/service_wrapper.py:157
MethodsetUp
(self)
tests/integration/test_server_config.py:10
MethodsetUp
(self)
tests/integration/test_tabpfn_classifier.py:18
MethodsetUp
(self)
tests/unit/test_tabpfn_classifier.py:60
MethodsetUp
(self)
tests/unit/test_tabpfn_classifier.py:408
MethodsetUp
(self)
tests/unit/test_tabpfn_classifier.py:884
MethodsetUp
(self)
tests/unit/test_client.py:54
MethodsetUp
(self)
tests/unit/test_service_wrapper.py:19
MethodsetUp
(self)
tests/unit/test_tabpfn_regressor.py:61
MethodsetUp
(self)
tests/unit/test_tabpfn_regressor.py:404
MethodsetUp
(self)
tests/unit/test_tabpfn_regressor.py:857
Functionsetup_logging
Configure logging to emit through Rich with a consistent style.
src/tabpfn_client/ui.py:36
Methodshow_password_requirements
Show which password requirements are met/unmet. Returns list of failed tests.
src/tabpfn_client/prompt_agent.py:67
Methodsimulate_malformed_request
()
tests/unit/test_browser_auth.py:207
Methodsimulate_multiple_callbacks
()
tests/unit/test_browser_auth.py:161
MethodtearDown
(self)
tests/integration/test_tabpfn_classifier.py:25
MethodtearDown
(self)
tests/unit/test_tabpfn_classifier.py:71
MethodtearDown
(self)
tests/unit/test_tabpfn_classifier.py:416
MethodtearDown
(self)
tests/unit/test_tabpfn_classifier.py:889
MethodtearDown
(self)
tests/unit/test_client.py:67
MethodtearDown
(self)
tests/unit/test_client.py:568
MethodtearDown
(self)
tests/unit/test_service_wrapper.py:22
MethodtearDown
(self)
tests/unit/test_tabpfn_regressor.py:72
MethodtearDown
(self)
tests/unit/test_tabpfn_regressor.py:412
MethodtearDown
(self)
tests/unit/test_tabpfn_regressor.py:862
Methodtest_average_before_softmax
(self, clf_data)
tests/quick_test_v2.py:131
Methodtest_average_before_softmax
(self, reg_data)
tests/quick_test_v2.py:307
Methodtest_balance_probabilities
(self, clf_data)
tests/quick_test_v2.py:120
Methodtest_browser_open_failure
(self, mock_print, mock_webbrowser_open)
tests/unit/test_browser_auth.py:33
Methodtest_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
Methodtest_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
Methodtest_choice_with_retries_valid_first_try
(self, mock_console_input)
tests/unit/test_prompt_agent.py:105
Methodtest_choice_with_retries_valid_third_try
(self, mock_console_input)
tests/unit/test_prompt_agent.py:112
Functiontest_client_config_includes_server_config
( estimator: Type[TabPFNClassifier | TabPFNRegressor], config_model: Type[ClassifierTabPFNConfig | Reg
tests/unit/test_estimator.py:73
Functiontest_client_predict_params_include_server_predict_params
( predict_fn: Callable, predict_params_model: Type[ClassifierPredictParams | RegressorPredictParams],
tests/unit/test_estimator.py:114
Methodtest_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
Methodtest_cross_validation
Test that TabPFNRegressor works with sklearn's cross_val_score.
tests/unit/test_tabpfn_regressor.py:830
Methodtest_data_check_on_predict_with_valid_data_pass
(self)
tests/unit/test_tabpfn_classifier.py:460
Methodtest_data_check_on_predict_with_valid_data_pass
(self)
tests/unit/test_tabpfn_regressor.py:456
Methodtest_data_size_check_on_predict_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_classifier.py:448
Methodtest_data_size_check_on_predict_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_regressor.py:444
Methodtest_data_size_check_on_train_with_inconsistent_number_of_samples_raise_error
( self, )
tests/unit/test_tabpfn_classifier.py:422
Methodtest_data_size_check_on_train_with_inconsistent_number_of_samples_raise_error
( self, )
tests/unit/test_tabpfn_regressor.py:418
Methodtest_data_size_check_on_train_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_classifier.py:432
Methodtest_data_size_check_on_train_with_oversized_data_raise_error
(self)
tests/unit/test_tabpfn_regressor.py:428
Methodtest_dataframe_with_text_and_missing_values
(self)
tests/unit/test_text_features.py:113
Methodtest_decline_terms_and_cond
( self, mock_server, mock_input, mock_webbrowser_open, mock_prompt_for
tests/unit/test_tabpfn_classifier.py:235
Methodtest_decline_terms_and_cond
( self, mock_server, mock_input, mock_webbrowser_open, mock_prompt_for
tests/unit/test_tabpfn_regressor.py:236
Methodtest_delete_all_datasets_accepts_empty_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:241
Methodtest_delete_all_datasets_accepts_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:251
Methodtest_delete_datasets_accepts_empty_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:221
Methodtest_delete_datasets_accepts_uid_list
(self, mock_server)
tests/unit/test_service_wrapper.py:231
Methodtest_delete_user_account_propagates_server_error
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:293
Methodtest_delete_user_account_when_cancelled
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:279
Methodtest_delete_user_account_when_confirmed
( self, mock_server, mock_confirm_deletion )
tests/unit/test_service_wrapper.py:262
Methodtest_download_all_data_accepts_empty_zip
(self, mock_server)
tests/unit/test_service_wrapper.py:179
Methodtest_download_all_data_accepts_non_empty_zip
(self, mock_server)
tests/unit/test_service_wrapper.py:200
Methodtest_extra_knobs_with_thinking_effort_set_are_allowed
(self)
tests/unit/test_thinking_validation.py:44
Methodtest_extra_knobs_without_thinking_are_rejected
(self)
tests/unit/test_thinking_validation.py:49
Methodtest_few_features
Classification with a small number of features.
tests/quick_test_v2.py:189
Methodtest_few_features
Regression with a small number of features.
tests/quick_test_v2.py:361
Methodtest_fit_async_mode_polls_until_completed
(self, mock_server)
tests/unit/test_client.py:380
Methodtest_fit_async_mode_raises_on_failed
(self, mock_server)
tests/unit/test_client.py:428
Methodtest_fit_calls_prepare_and_fit_each_time
(self, mock_server)
tests/unit/test_client.py:344
Methodtest_get_data_summary_accepts_dict
(self, mock_server)
tests/unit/test_service_wrapper.py:167
Methodtest_get_model_limits_returns_stale_value_on_failure
(self)
tests/unit/test_client.py:547
Methodtest_get_model_limits_uses_cache
(self)
tests/unit/test_client.py:523
Methodtest_host_configuration
(self)
tests/integration/test_server_config.py:18
Methodtest_init_remote_classifier
( self, mock_server, mock_prompt_and_set_token, mock_webbrowser_open, )
tests/unit/test_tabpfn_classifier.py:79
Methodtest_init_remote_regressor
( self, mock_server, mock_prompt_and_set_token, mock_webbrowser_open, )
tests/unit/test_tabpfn_regressor.py:80
Methodtest_invalid_auth_token
(self, mock_server)
tests/unit/test_client.py:186
Methodtest_invalid_effort_level_rejected
(self)
tests/unit/test_thinking_validation.py:56
Methodtest_invalid_saved_access_token
(self, mock_server, mock_prompt_and_set_token)
tests/unit/test_tabpfn_classifier.py:183
Methodtest_invalid_saved_access_token
(self, mock_server, mock_prompt_and_set_token)
tests/unit/test_tabpfn_regressor.py:184
Methodtest_invalid_token_response
Test handling of invalid/empty token in callback
tests/unit/test_browser_auth.py:137
Methodtest_list_available_models_returns_expected_models
(self)
tests/unit/test_tabpfn_classifier.py:893
Methodtest_list_available_models_returns_expected_models
(self)
tests/unit/test_tabpfn_regressor.py:866
Methodtest_malformed_callback_url
Test handling of malformed callback URL
tests/unit/test_browser_auth.py:203
Methodtest_missing_values_in_y_raise_error
Test that missing values in y raise a ValueError.
tests/unit/test_tabpfn_classifier.py:833
Methodtest_missing_values_in_y_raise_error
Test that missing values in y raise a ValueError.
tests/unit/test_tabpfn_regressor.py:799
Methodtest_mixed_content_dataframe
(self)
tests/unit/test_text_features.py:60
Methodtest_model_name_to_path_returns_expected_path
(self)
tests/unit/test_tabpfn_classifier.py:942
Methodtest_model_name_to_path_returns_expected_path
(self)
tests/unit/test_tabpfn_regressor.py:912
Methodtest_model_name_to_path_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_classifier.py:966
Methodtest_model_name_to_path_with_invalid_model_raises_error
(self)
tests/unit/test_tabpfn_regressor.py:936
Methodtest_model_names_that_are_substrings_come_later
(self)
tests/unit/test_tabpfn_classifier.py:917
Methodtest_model_names_that_are_substrings_come_later
(self)
tests/unit/test_tabpfn_regressor.py:887
Methodtest_multiple_callback_requests
Test handling of multiple callback requests
tests/unit/test_browser_auth.py:156
Methodtest_n_estimators
(self, clf_data, n_estimators)
tests/quick_test_v2.py:99
Methodtest_n_estimators
(self, reg_data, n_estimators)
tests/quick_test_v2.py:288
Methodtest_neither_flag_is_off
(self)
tests/unit/test_thinking_validation.py:30
Methodtest_null_values_handling
(self)
tests/unit/test_text_features.py:76
Methodtest_numeric_numpy_array_unchanged
(self)
tests/unit/test_text_features.py:10
Methodtest_numpy_array_with_missing_values
(self)
tests/unit/test_text_features.py:90
Methodtest_object_numpy_array_cleaning
(self)
tests/unit/test_text_features.py:17
Methodtest_only_allowed_parameters_passed_to_config
Test that only allowed parameters are passed to the config.
tests/unit/test_tabpfn_classifier.py:475
Methodtest_only_allowed_parameters_passed_to_config
Test that only allowed parameters are passed to the config.
tests/unit/test_tabpfn_regressor.py:470
Methodtest_output_type_full
Full output returns a dict with distribution details.
tests/quick_test_v2.py:271
Methodtest_output_type_main
(self, reg_data)
tests/quick_test_v2.py:261
← previousnext →201–300 of 396, ranked by callers