Testing Dataset
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Testing Dataset has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedRdfs:labelrdfs:label
- Testing Dataset[1]all time · 4b5f9a1a 5361 4664 83bf Fb1f135823ef
Inbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
rdf:typeRdf:type(2)
- Testing Data
ex:testing-data - Testset
ex:testset
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
—
labelbeam/4b5f9a1a-5361-4664-83bf-fb1f135823ef
Testing Dataset
References (1)
1 references
- custom
ctx:claims/beam/4b5f9a1a-5361-4664-83bf-fb1f135823ef- full textbeam-chunktext/plain1 KB
doc:beam/4b5f9a1a-5361-4664-83bf-fb1f135823efShow excerpt
model = RandomForestClassifier(n_estimators=100) fine_tuned_model = fine_tune_model(model, X_train, y_train) # Batch processing batch_size = 5000 num_batches = len(X_test) // batch_size for i in range(num_batches): start_idx = i * bat…