sample_data()
|
|
sample_data_regression()
|
|
test_init()
|
|
test_probas_all_classes(sample_data)
|
|
test_probas_target_class(sample_data)
|
|
test_classes(sample_data)
|
|
test_higher_is_better_false(sample_data)
|
|
test_invalid_eval_against()
|
|
test_regression_init()
|
|
test_regression_run_with_args(sample_data_regression)
|
|
test_regression_run_witouth_args(sample_data_regression)
|
|
test_root_mean_squared_error_import()
|
|
test_root_mean_squared_error_direct_import()
|
|
test_classification_eval_func_wrapper_invalid_eval_against()
|
|
test_eval_classifier_binary()
|
|
test_eval_classifier_multiclass()
|
|
test_eval_regressor()
|
|
test_eval_classifier_exceptions()
|
|
test_eval_regressor_exceptions()
|
|
test_plot_probability_distribution_multiclass()
|
|
test_mean_squared_error_diff_sklearn_versions()
|
|
mock_root_mean_squared_error(y_true, y_preds)
|
|
test_root_mean_squared_error_diff_sklearn_versions_correct()
|
|
test_root_mean_squared_error_diff_sklearn_versions_empty()
|
|
test_root_mean_squared_error_diff_sklearn_versions_single_element()
|
|
test_root_mean_squared_error_diff_sklearn_versions_mismatched_lengths()
|
|