Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Multiscaler
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
|
@@ -9,4 +9,13 @@ license: mit
|
|
| 9 |
short_description: Illustrating "Optimizing Multi-Scale Representations"
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Multiscaler
|
| 3 |
+
emoji: 🛰️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
|
|
|
| 9 |
short_description: Illustrating "Optimizing Multi-Scale Representations"
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Overview
|
| 13 |
+
|
| 14 |
+
This Shiny application allows users to visualize and explore results from the multi-scale representation approach described in the paper:
|
| 15 |
+
|
| 16 |
+
Fucheng Warren Zhu, Connor T. Jerzak, Adel Daoud. Optimizing Multi-Scale Representations to Detect Effect Heterogeneity Using Earth Observation and Computer Vision: Application to Two Anti-Poverty RCTs. Forthcoming in *Proceedings of the Fourth Conference on Causal Learning and Reasoning (CLeaR)*, 2025.
|
| 17 |
+
|
| 18 |
+
The app focuses on how varying the scale of Earth Observation (EO) inputs can affect conditional average treatment effect (CATE) estimation. It provides both a 2D heatmap and a 3D surface plot, helping researchers analyze how model performance metrics change with different multi-scale representations.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|