Ejemplo n.º 1
0
 def plot_confusion_matrix(self):
     plot_confusion_matrix_public(model=self.LLRCV,
                                  model_name="Lasso Logistic Regression",
                                  data=self.data,
                                  class_name=self.class_name,
                                  run_index=self.run_index,
                                  have_test=self.have_test)
 def plot_confusion_matrix(self):
     plot_confusion_matrix_public(model=self.model,
                                  model_name="Random_Forest",
                                  data=self.data,
                                  class_name=self.class_name,
                                  run_index=self.run_index,
                                  have_test=self.have_test)