Statistical comparison of model performance across contexts.
{% if created_at %}{% endif %}| Context | Model | Type | Technology | Test Dataset |
|---|---|---|---|---|
| {{ ctx.context_name }} | {{ ctx.model_name }} | {{ ctx.model_type }} | {{ ctx.model_technology }} | {{ ctx.test_data_name }} |
| Class | Count | Proportion |
|---|---|---|
| {{ cls.label }} | {{ cls.count }} | {{ '%.2f%%' | format(cls.proportion * 100) }} |
| Feature | Count | Mean | Std | Min | 25% | Median | 75% | Max |
|---|---|---|---|---|---|---|---|---|
| {{ fs.feature }} | {{ '%.0f' | format(fs.count) }} | {{ nf(fs.mean) }} | {{ nf(fs.std) }} | {{ nf(fs.minimum) }} | {{ nf(fs.q25) }} | {{ nf(fs.median) }} | {{ nf(fs.q75) }} | {{ nf(fs.maximum) }} |
| Context Name | Mean | Std | Median | Min | Max | Mode |
|---|---|---|---|---|---|---|
| {{ model.context_name }} | {{ '%.4f' | format(model.mean) }} | {{ '%.4f' | format(model.std) }} | {{ '%.4f' | format(model.median) }} | {{ '%.4f' | format(model.minimum) }} | {{ '%.4f' | format(model.maximum) }} | {{ '%.4f' | format(model.mode) }} |
| Context | Stat | p-value | Normal? |
|---|---|---|---|
| {{ test.context }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ badge(test.is_normal) }} |
| Comparison | Stat | p-value | Significant? |
|---|---|---|---|
| {{ test.context }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ badge(test.is_significant) }} |
| Comparison | Stat | p-value | Corrected p-value | Significant? |
|---|---|---|---|---|
| {{ test.context_name_1 }} vs {{ test.context_name_2 }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ ef(test.corrected_p_value) }} | {{ badge(test.is_significant) }} |
| Comparison | Stat | p-value | Significant? |
|---|---|---|---|
| {{ test.context }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ badge(test.is_significant) }} |
| Comparison | Stat | p-value | Corrected p-value | Significant? |
|---|---|---|---|---|
| {{ test.context }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ ef(test.corrected_p_value) }} | {{ badge(test.is_significant) }} |
| Comparison | Stat | p-value | Corrected p-value | Significant? |
|---|---|---|---|---|
| {{ test.context }} | {{ nf(test.stat) }} | {{ ef(test.p_value) }} | {{ ef(test.corrected_p_value) }} | {{ badge(test.is_significant) }} |