Commit 735d9102 authored by leswing's avatar leswing
Browse files

forgot one test

parent 972b68dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ class TestGeneralize(unittest.TestCase):
    for score in scores[regression_metric.name]:
      assert score < 50

  @attr('slow')
  def test_xgboost_classification(self):
    """Test that sklearn models can learn on simple classification datasets."""
    import xgboost