File size: 1,120 Bytes
65c142b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: cc-by-4.0
library_name: xgboost
pipeline_tag: tabular-classification
tags:
  - censorship
  - method-specific
  - voidly
  - atlas
  - http
---

# Voidly Atlas Method-Specific Classifier — HTTP v1

**Version:** `v1`  |  **License:** CC BY 4.0

XGBoost classifier specialised on HTTP-method blocking signals. 
Per-method classifiers (DNS / HTTP / TLS) complement the country-day v3.3 
classifier by giving a clean P(method=blocked) breakdown.

## Honest caveats

- Per-method classifiers share features with v3.3 — they're a breakdown view, not an independent oracle.
- Method labels from CensoredPlanet + OONI test-type field — false positives possible when probe heuristics are wrong.


## Reproducibility

```bash
python3 scripts/build-per-method-classifier-features.py
```


## Citation

```bibtex
@misc{voidly_voidly_classifier_method_http_v1,
  title  = {Voidly Atlas: voidly-classifier-method-http-v1 (v1)},
  author = {Voidly},
  year   = {2026},
  url    = {https://huggingface.co/emperor-mew/voidly-classifier-method-http-v1},
  note   = {Open censorship-research ML stack. CC BY 4.0.}
}
```