Exemplo n.º 1
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestMLEnsembles()
    test.setup_scenario1()
Exemplo n.º 2
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestMaxCategories()
    test.setup_scenario1()
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestPrediction()
    test.setup_scenario02()
Exemplo n.º 4
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestMLM()
    test.setup_scenario1()
Exemplo n.º 5
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestTopicModel()
    test.setup_scenario02()
Exemplo n.º 6
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestEvaluation()
    test.setup_scenario1()
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestPrediction()
    test.setup_scenario02()
Exemplo n.º 8
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestTopicModel()
    test.setup_scenario02()
Exemplo n.º 9
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestAnomaly()
    test.setup_scenario1()
Exemplo n.º 10
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestMaxCategories()
    test.setup_scenario1()
Exemplo n.º 11
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestEvaluation()
    test.setup_scenario1()
def setup_module():
    """Setup for the module

    """
    common_setup_module()
Exemplo n.º 13
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
Exemplo n.º 14
0
def setup_module():
    """Setup for the module

    """
    common_setup_module()
    test = TestExternalConnector()