Exemplo n.º 1
0
def teardown_module(module):
    from sklearn.utils.testing import uninstall_mldata_mock
    uninstall_mldata_mock()
Exemplo n.º 2
0
def teardown_mldata():
    uninstall_mldata_mock()
Exemplo n.º 3
0
def teardown_module():
    uninstall_mldata_mock()
    shutil.rmtree(custom_data_home)
Exemplo n.º 4
0
def teardown_module(module):
    from sklearn.utils.testing import uninstall_mldata_mock
    uninstall_mldata_mock()
Exemplo n.º 5
0
def teardown_mldata():
    uninstall_mldata_mock()