Skip to content

Commit dfe180c

Browse files
committed
docs: remove dashes from 'audit ready' for branding consistency
1 parent 47559f2 commit dfe180c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ $env:TANML_SERVER_ADDRESS="0.0.0.0"; $env:TANML_PORT="9000"; $env:TANML_MAX_MB="
211211

212212
## Reports
213213

214-
TanML generates audit-ready reports (.docx) programmatically:
214+
TanML generates audit ready reports (.docx) programmatically:
215215

216216
* **Model Development Report** — Cross-validation metrics, diagnostics, and performance summary
217217
* **Model Evaluation Report** — Train/Test comparison, drift analysis, stress testing, SHAP explainability

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $env:TANML_SERVER_ADDRESS="0.0.0.0"; $env:TANML_PORT="9000"; $env:TANML_MAX_MB="
9595

9696
## Reports
9797

98-
TanML generates audit-ready reports programmatically:
98+
TanML generates audit ready reports programmatically:
9999

100100
* **Model Development Report** — Cross-validation metrics, diagnostics, and performance summary
101101
* **Model Evaluation Report** — Train/Test comparison, drift analysis, stress testing, SHAP explainability

tanml/ui/views/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def render_setup_page(run_dir):
183183
<div class="workflow-card">
184184
<div class="icon">📝</div>
185185
<h3>Generate Reports</h3>
186-
<p>Download audit-ready reports.</p>
186+
<p>Download audit ready reports.</p>
187187
</div>
188188
</a>
189189
""",
@@ -227,7 +227,7 @@ def render_setup_page(run_dir):
227227
</p>
228228
<p style="margin-bottom: 0;">
229229
<b>Step 5: Validate Performance (Model Evaluation)</b><br>
230-
Once you have selected a model configuration from Step 4, upload your original <i>Training Set</i> alongside your unseen <i>Testing Set</i>. TanML will evaluate your final model onscreen to check how well it generalizes to unseen data, monitor for Data Drift, and generate Explainability (SHAP) plots to help interpret the results. <b>Click 'Generate Evaluation Report' to download a complete, audit-ready document proving your final model's real-world readiness.</b>
230+
Once you have selected a model configuration from Step 4, upload your original <i>Training Set</i> alongside your unseen <i>Testing Set</i>. TanML will evaluate your final model onscreen to check how well it generalizes to unseen data, monitor for Data Drift, and generate Explainability (SHAP) plots to help interpret the results. <b>Click 'Generate Evaluation Report' to download a complete, audit ready document proving your final model's real-world readiness.</b>
231231
</p>
232232
</div>
233233
""", unsafe_allow_html=True)

0 commit comments

Comments
 (0)