Mercurial > repos > goeckslab > pycaret_predict
diff pycaret_classification.py @ 3:ccd798db5abb draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit cf47efb521b91a9cb44ae5c5ade860627f9b9030
author | goeckslab |
---|---|
date | Tue, 03 Jun 2025 19:31:06 +0000 |
parents | 0314dad38aaa |
children |
line wrap: on
line diff
--- a/pycaret_classification.py Wed Jan 01 03:19:27 2025 +0000 +++ b/pycaret_classification.py Tue Jun 03 19:31:06 2025 +0000 @@ -1,11 +1,8 @@ import logging from base_model_trainer import BaseModelTrainer - from dashboard import generate_classifier_explainer_dashboard - from pycaret.classification import ClassificationExperiment - from utils import add_hr_to_html, add_plot_to_html, predict_proba LOG = logging.getLogger(__name__) @@ -64,8 +61,7 @@ 'macro': False, 'per_class': False, 'binary': True - } - ) + }) self.plots[plot_name] = plot_path continue