aeorank 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/data/benchmark.json +246089 -167008
- package/data/sectors.json +1317 -311
- package/data/yc.json +70453 -69869
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -220,13 +220,13 @@ console.log(result.comparison.tied); // Criteria with equal scores
|
|
|
220
220
|
|
|
221
221
|
## Benchmark Dataset
|
|
222
222
|
|
|
223
|
-
The `data/` directory contains the largest open dataset of AI visibility scores - **
|
|
223
|
+
The `data/` directory contains the largest open dataset of AI visibility scores - **13,619 domains** scored across 23 criteria, including **4,328 Y Combinator startups** across 48 batches (W06-W26):
|
|
224
224
|
|
|
225
225
|
| File | Contents |
|
|
226
226
|
|------|----------|
|
|
227
|
-
| [`data/benchmark.json`](data/benchmark.json) | **
|
|
228
|
-
| [`data/yc.json`](data/yc.json) | **4,
|
|
229
|
-
| [`data/sectors.json`](data/sectors.json) | **
|
|
227
|
+
| [`data/benchmark.json`](data/benchmark.json) | **13,619 domains** with per-criterion scores and sector/category |
|
|
228
|
+
| [`data/yc.json`](data/yc.json) | **4,328 Y Combinator startups** with company name, one-liner, founders, industry tags |
|
|
229
|
+
| [`data/sectors.json`](data/sectors.json) | **129 sectors** with pre-computed statistics (mean, median, p25, p75) |
|
|
230
230
|
|
|
231
231
|
Use the dataset for research, benchmarking, or building on top of AEORank:
|
|
232
232
|
|