def test_covtype_accuracy(): compare_accuracy(x, y) compare_hybrid_accuracy(x, y)
def test_diabetes_accuracy(): compare_accuracy(x,y) compare_hybrid_accuracy(x,y)
def test_diabetes_accuracy(): compare_accuracy(x, y) compare_hybrid_accuracy(x, y)
def test_covtype_accuracy(): compare_accuracy(x,y) compare_hybrid_accuracy(x, y)