Exemplo n.º 1
0
 def test_classification(self):
     self.assertTrue(runTrainTest("classification"))
     self.assertTrue(runScoreTest("classification"))
Exemplo n.º 2
0
 def __test_time_series(self):
     self.assertTrue(runTrainTest("time_series"))
     self.assertTrue(runScoreTest("time_series"))
Exemplo n.º 3
0
 def test_unsupervised(self):
     self.assertTrue(runTrainTest("unsupervised"))
     self.assertTrue(runScoreTest("unsupervised"))
Exemplo n.º 4
0
 def test_autoregression(self):
     self.assertTrue(runTrainTest("autoregression"))
     self.assertTrue(runScoreTest("autoregression"))