Skip to content

Commit c790cb7

Browse files
authored
Format README.md file structure for clarity
1 parent 1d9f5f8 commit c790cb7

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,15 @@ CUPED removes variance explained by a pre-experiment covariate from the outcome
163163
abforge/
164164
├── abforge/
165165
│ ├── __init__.py
166-
│ ├── power.py # Sample size and power calculations
167-
│ ├── stats.py # Hypothesis tests
168-
│ ├── sequential.py # Sequential testing and alpha spending
169-
│ ├── cuped.py # CUPED variance reduction
170-
│ └── viz.py # Plotly visualizations
166+
│ ├── power.py
167+
│ ├── stats.py
168+
│ ├── sequential.py
169+
│ ├── cuped.py
170+
│ └── viz.py
171171
├── notebooks/
172172
│ └── ecommerce_ab_analysis.ipynb
173+
├── tests/
174+
│ └── test_basic.py
175+
├── pyproject.toml
173176
└── requirements.txt
174177
```

0 commit comments

Comments
 (0)