summit.tests package

Subpackages

Submodules

summit.tests.test_exec_classif module

class FakeKfold

Bases: object

split(X, Y)
class Test_Functs(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_arange_metrics()
test_banchmark_init()
test_initKWARGSFunc_no_monoview()
test_init_kwargs()
class Test_InitArgumentDictionaries(methodName='runTest')

Bases: TestCase

classmethod setUpClass()

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

test_init_argument_dictionaries_monoview()
test_init_argument_dictionaries_multiview()
test_init_argument_dictionaries_multiview_complex()
class Test_execBenchmark(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_multiclass_and_iter()
test_multiclass_no_iter()
test_no_iter_biclass_multicore()
test_simple()
class Test_gen_single_monoview_arg_dictionary(methodName='runTest')

Bases: TestCase

test_no_config()
class Test_get_path_dict(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_initBenchmark(methodName='runTest')

Bases: TestCase

test_benchmark_wanted()
class Test_set_element(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()
fakeBenchmarkExec(core_index=-1, a=7, args=1)
fakeBenchmarkExec_monocore(dataset_var=1, a=4, args=1, track_tracebacks=False, nb_cores=1)
fakeBenchmarkExec_mutlicore(nb_cores=-1, a=6, args=1)
fakeDelete(a, b, c)
fakeExecMono(directory, name, labels_names, classification_indices, k_folds, coreIndex, type, pathF, random_state, labels, hyper_param_search='try', metrics='try', n_iter=1, **arguments)
fakeExecMulti(directory, coreIndex, name, classification_indices, k_folds, type, pathF, labels_dictionary, random_state, labels, hyper_param_search='', metrics=None, n_iter=1, **arguments)
fakeInitMulti(args, benchmark, views, views_indices, argument_dictionaries, random_state, directory, resultsMonoview, classification_indices)
fake_analyze(a, b, c, d, sample_ids=None, labels=None, feature_ids=None, view_names=None)
fakegetResults(results, stats_iter, benchmark_arguments_dictionaries, metrics, directory, sample_ids, labels, feat_ids, view_names)

summit.tests.utils module

gen_test_dataset(random_state=RandomState(MT19937) at 0x7F66D4720540)
rm_tmp(path='/home/runner/work/summit/summit/summit/tests/tmp_tests/')

Module contents