Mercurial > repos > goeckslab > pycaret_predict
comparison utils.py @ 10:e2a6fed32d54 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam commit 47a5977e074223e92e216efa42969a4056516707
author | goeckslab |
---|---|
date | Fri, 01 Aug 2025 14:02:26 +0000 |
parents | 1aed7d47c5ec |
children |
comparison
equal
deleted
inserted
replaced
9:c6c1f8777aae | 10:e2a6fed32d54 |
---|---|
202 css = get_html_template().split("<body>")[1].rsplit("</style>", 1)[0] + "</style>" | 202 css = get_html_template().split("<body>")[1].rsplit("</style>", 1)[0] + "</style>" |
203 | 203 |
204 # Tabs header | 204 # Tabs header |
205 tabs = [ | 205 tabs = [ |
206 '<div class="tabs">', | 206 '<div class="tabs">', |
207 '<div class="tab active" onclick="showTab(\'summary\')">Validation Summary & Config</div>', | 207 '<div class="tab active" onclick="showTab(\'summary\')">Validation Summary and Config</div>', |
208 '<div class="tab" onclick="showTab(\'test\')">Test Summary</div>', | 208 '<div class="tab" onclick="showTab(\'test\')">Test Summary</div>', |
209 '<div class="tab" onclick="showTab(\'feature\')">Feature Importance</div>', | 209 '<div class="tab" onclick="showTab(\'feature\')">Feature Importance</div>', |
210 ] | 210 ] |
211 if explainer_html: | 211 if explainer_html: |
212 tabs.append( | 212 tabs.append( |