Dimensional confidence system for belief scoring
Reason this release was yanked:
Not ready for use
Project description
our-confidence
Dimensional confidence system for belief scoring. Part of the ourochronos ecosystem.
Installation
pip install our-confidence
Usage
from our_confidence import DimensionalConfidence, ConfidenceDimension
# Simple confidence
conf = DimensionalConfidence.simple(0.8)
# Full dimensional confidence
conf = DimensionalConfidence.full(
source_reliability=0.9,
method_quality=0.7,
internal_consistency=0.8,
temporal_freshness=0.95,
corroboration=0.6,
domain_applicability=0.85,
)
# Dimension registry for validation
from our_confidence import get_registry
registry = get_registry()
result = registry.validate("v1.confidence.core", {"source_reliability": 0.8})
Development
make dev # Install with dev dependencies
make test # Run tests
make lint # Run linters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
our_confidence-0.1.0.tar.gz
(14.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file our_confidence-0.1.0.tar.gz.
File metadata
- Download URL: our_confidence-0.1.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3fc1717084ee346eb5b4acf682a2562be6dead70f5418f90a7927be72cf560
|
|
| MD5 |
25969d2aabae9fe6208f4ca45609be94
|
|
| BLAKE2b-256 |
18f48f0d0da92114f2615bc86b11bc562f956b3da2c93744ad1cb46db57e412b
|
File details
Details for the file our_confidence-0.1.0-py3-none-any.whl.
File metadata
- Download URL: our_confidence-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7078eb3d33df4bb130847c96f7c53dbc30d6c718362718dd1ff5aa744830f7c
|
|
| MD5 |
94d4af593ca61456332088bfb6c7e62a
|
|
| BLAKE2b-256 |
d2aaa9a51d2d22e947dbb9d6f600141d21772f1f2edcfdc1c09f355e0ec5b4a4
|