Commit
·
a538df6
1
Parent(s):
5f621c9
Restructure ability documentation
Browse files- app.py +1 -1
- docs/ability.md +4 -3
app.py
CHANGED
@@ -229,7 +229,7 @@ class PersonLayout(ParameterLayout):
|
|
229 |
|
230 |
def extra(self, df, *args):
|
231 |
with gr.Row():
|
232 |
-
with gr.Column(
|
233 |
gr.Markdown(self.text)
|
234 |
|
235 |
with gr.Column(scale=3):
|
|
|
229 |
|
230 |
def extra(self, df, *args):
|
231 |
with gr.Row():
|
232 |
+
with gr.Column():
|
233 |
gr.Markdown(self.text)
|
234 |
|
235 |
with gr.Column(scale=3):
|
docs/ability.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
|
2 |
|
3 |
Select two models to compare their abilities. The generated histogram
|
4 |
represents the distribution of the difference in estimated model
|
5 |
-
abilities:
|
|
|
6 |
|
7 |
-
* The dashed vertical line is
|
8 |
* The shaded region demarcates the chosen [highest density
|
9 |
interval](https://cran.r-project.org/package=HDInterval) (HDI).
|
10 |
* The note in the upper left denotes the smallest HDI that is
|
|
|
1 |
+
### Ability comparison
|
2 |
|
3 |
Select two models to compare their abilities. The generated histogram
|
4 |
represents the distribution of the difference in estimated model
|
5 |
+
abilities: the probability that Model 1 is stronger than to Model
|
6 |
+
2. In the figure:
|
7 |
|
8 |
+
* The dashed vertical line is the median.
|
9 |
* The shaded region demarcates the chosen [highest density
|
10 |
interval](https://cran.r-project.org/package=HDInterval) (HDI).
|
11 |
* The note in the upper left denotes the smallest HDI that is
|