Ejemplo n.º 1
0
 def test_dt(self):
     job_executor.execute("test_cases/test_case_2_decision_tree.json")
Ejemplo n.º 2
0
 def test_lr(self):
     job_executor.execute("test_cases/test_case_1_lr.json")
Ejemplo n.º 3
0
 def test_elastic_net(self):
     job_executor.execute("test_cases/test_case_6_elastic_net.json")
Ejemplo n.º 4
0
 def test_linear_regressor(self):
     job_executor.execute("test_cases/test_case_5_linear_regressor.json")
Ejemplo n.º 5
0
 def test_csv(self):
     job_executor.execute("test_cases/test_case_4_csv.json")
Ejemplo n.º 6
0
 def test_gdbt(self):
     job_executor.execute("test_cases/test_case_3_gdbt.json")