summit.tests.test_result_analysis package

Submodules

summit.tests.test_result_analysis.test_duration_analysis module

class FakeClassifierResult(i=0)

Bases: object

get_classifier_name()
class Test_get_duration(methodName='runTest')

Bases: TestCase

test_simple()

summit.tests.test_result_analysis.test_error_analysis module

class Test_gen_error_data(methodName='runTest')

Bases: TestCase

test_simple()
class Test_gen_error_data_glob(methodName='runTest')

Bases: TestCase

test_simple()
class Test_get_sample_errors(methodName='runTest')

Bases: TestCase

test_simple()

summit.tests.test_result_analysis.test_execution module

class FakeClassifierResult(i=1)

Bases: object

get_classifier_name()
class FakeClf

Bases: object

class Test_analyze_iterations(methodName='runTest')

Bases: TestCase

classmethod setUpClass()

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()

Hook method for deconstructing the class fixture after running all tests in the class.

test_simple()
class Test_format_previous_results(methodName='runTest')

Bases: TestCase

test_simple()
class Test_get_arguments(methodName='runTest')

Bases: TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_benchmark_wanted()

summit.tests.test_result_analysis.test_feature_importances module

class FakeClassifier(i=0)

Bases: object

class FakeClassifierResult(i=0)

Bases: MonoviewResult

get_classifier_name()
class Test_get_duration(methodName='runTest')

Bases: TestCase

test_simple()

summit.tests.test_result_analysis.test_metric_analysis module

class Test_get_metrics_scores(methodName='runTest')

Bases: TestCase

test_multiple_monoview_classifiers()
test_mutiview_result()
test_simple()
class Test_init_plot(methodName='runTest')

Bases: TestCase

test_simple()
class Test_small_func(methodName='runTest')

Bases: TestCase

test_fig_size()
test_sort_by_test_scores()

summit.tests.test_result_analysis.test_noise_analysis module

summit.tests.test_result_analysis.test_tracebacks_analysis module

class FakeClassifierResult(i=0)

Bases: object

get_classifier_name()
class Test_funcs(methodName='runTest')

Bases: TestCase

classmethod setUpClass()

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()

Hook method for deconstructing the class fixture after running all tests in the class.

test_save_dict_to_text()

Module contents