automatminer.utils.tests package

Submodules

automatminer.utils.tests.test_log module

Test logging related utils.

class automatminer.utils.tests.test_log.TestLogTools(methodName='runTest')

Bases: unittest.case.TestCase

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_logger_initialization()

automatminer.utils.tests.test_ml module

Tests for machine learning related utils.

class automatminer.utils.tests.test_ml.TestMLTools(methodName='runTest')

Bases: unittest.case.TestCase

test_is_greater_better()
test_regression_or_classification()

automatminer.utils.tests.test_pkg module

Assorted package utils.

class automatminer.utils.tests.test_pkg.MyTransformer

Bases: automatminer.base.DFTransformer

fit(**kwargs)
transform(**kwargs)
class automatminer.utils.tests.test_pkg.TestPackageTools(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

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

Return type

None

tearDown()

Hook method for deconstructing the test fixture after testing it.

Return type

None

test_compare_columns()
test_fitting_decorations()
test_get_version()
test_save_dict_to_file()

Module contents