Mercurial > repos > goeckslab > tabular_learner
comparison utils.py @ 6:4bd75b45a7a1 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam commit 47a5977e074223e92e216efa42969a4056516707
| author | goeckslab |
|---|---|
| date | Fri, 01 Aug 2025 14:02:13 +0000 |
| parents | 11fdac5affb3 |
| children |
comparison
equal
deleted
inserted
replaced
| 5:3d42f82b3c7f | 6:4bd75b45a7a1 |
|---|---|
| 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( |
