Mercurial > repos > goeckslab > tabular_learner
comparison pycaret_predict.py @ 4:11fdac5affb3 draft
planemo upload for repository https://github.com/goeckslab/gleam commit 8112548ac44b7a4769093d76c722c8fcdeaaef54
| author | goeckslab |
|---|---|
| date | Fri, 25 Jul 2025 19:02:12 +0000 |
| parents | 209b663a4f62 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:f6a65e05d6ec | 4:11fdac5affb3 |
|---|---|
| 7 import pandas as pd | 7 import pandas as pd |
| 8 from pycaret.classification import ClassificationExperiment | 8 from pycaret.classification import ClassificationExperiment |
| 9 from pycaret.regression import RegressionExperiment | 9 from pycaret.regression import RegressionExperiment |
| 10 from sklearn.metrics import average_precision_score | 10 from sklearn.metrics import average_precision_score |
| 11 from utils import encode_image_to_base64, get_html_closing, get_html_template | 11 from utils import encode_image_to_base64, get_html_closing, get_html_template |
| 12 | |
| 12 | 13 |
| 13 LOG = logging.getLogger(__name__) | 14 LOG = logging.getLogger(__name__) |
| 14 | 15 |
| 15 | 16 |
| 16 class PyCaretModelEvaluator: | 17 class PyCaretModelEvaluator: |
