Dummy patient values (comma-separated; same order as item columns). Leave empty → use top-1 row.
After you run, the report will appear here.
pip install -r requirements.txtpython main.pyhttp://127.0.0.1:8000/pred_seq is empty → dummy patient = copy of the top-1 row (training data unchanged).
pred_seq is provided → dummy patient uses your values (comma-separated, same order as item columns).
80,,60,...) → blanks will be filled by feature means (so the run can continue).
web_reports/<run_id>/.../report.htmlTip: If backend returns HTML error pages (HTTP 500), this page will show that HTML directly in Debug instead of crashing on JSON parsing.
The analysis generates 6 figures + 2 tables, all bundled into a single report.html.
p<0.001 / p=0.xxx)d,並轉為 0–1 的關聯強度:WCD = (max(d) - d) / (max(d) - min(d))(term1, term2),其中:term1,較大者為 term2,以避免重複 pair。WCD' = WCD + nrow(relations) - row_indexterm2 為分組鍵,只保留該 term2 對應 WCD(或 WCD')最大 的一筆關係。term1, term2)必須皆屬於 Top 20 vertices;
否則不納入最終 relations。