end_date
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
end_date has 4 facts recorded in Dontopedia across 3 references, with 1 live disagreement.
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (5)
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.
hasParameterHas Parameter(2)
- Init Method
ex:init-method - Schedule Project Timeline Function
ex:schedule-project-timeline-function
definedByDefined by(1)
- Date Range
ex:date-range
describesParameterDescribes Parameter(1)
- Init Explanation
ex:init-explanation
takesParameterTakes Parameter(1)
- Init Method
ex:__init__-method
Other facts (3)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
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.
References (3)
ctx:claims/beam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec- full textbeam-chunktext/plain1 KB
doc:beam/7e2ece2f-b986-4356-b7cd-10b8784fb5ecShow excerpt
# Print schedule print("Project Schedule:") for task in schedule: print(f"Task: {task['task']}, Due Date: {task['due_date']}") # Example usage start_date = datetime.date(2024, 8, 5) end_date = datetime.d…
ctx:claims/beam/e96e475e-40a0-407f-bfd8-21812d840edc- full textbeam-chunktext/plain1 KB
doc:beam/e96e475e-40a0-407f-bfd8-21812d840edcShow excerpt
schedule.append({"task": "Test streaming ingestion prototype", "due_date": self.start_date + datetime.timedelta(days=15)}) schedule.append({"task": "Review results with team", "due_date": self.start_date + datetime.timedelta…
ctx:claims/beam/84eee47d-7fea-4e98-8d74-9eb5dc8c1b85- full textbeam-chunktext/plain1 KB
doc:beam/84eee47d-7fea-4e98-8d74-9eb5dc8c1b85Show excerpt
print(f"Mean Precision: {mean_precision}, Mean Recall: {mean_recall}, Mean F1 Score: {mean_f1}, Mean AP: {mean_ap}, Mean Precision@{k}: {mean_precision_at_k}, Mean Recall@{k}: {mean_recall_at_k}") ``` ### Explanation 1. **Precision@k and …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.