Synthetic Lab Results Dataset v1
Certified synthetic dataset for lab result analytics in healthcare.
- Hash
- 2d69782950…d330b376
- Algorithm
- CTGAN
- Rows
- 91,000
Definition
The artifact registry is the public, machine-readable index of AI artifact certificates and certified artifacts on CertifiedData. It stores certificate-linked records for synthetic datasets, AI models, outputs, and related artifacts together with verification links and SHA-256 fingerprints.
Definition source: https://certifieddata.io/api/definitions/registry
Preferred anchor phrase: artifact registry
Related concepts
A machine-readable index of synthetic datasets, AI models, and registered artifacts with cryptographic certification records. Each certified entry exposes a SHA-256 fingerprint, an Ed25519-signed certificate, and an independent verification link.
The CertifiedData Registry is a public index of cryptographically certified synthetic datasets, AI models, and AI system artifacts. Each entry includes a SHA-256 artifact fingerprint, an Ed25519 digital signature, and an independent verification link. Learn about synthetic data certification or AI artifact certification — or generate and certify your own dataset.
This is a public index of AI artifacts that have been registered with CertifiedData and optionally certified. Each entry records a SHA-256 artifact fingerprint at the time of registration. When certification is issued, an Ed25519 digital signature is generated and permanently linked to the record.
Certification proves the artifact existed at a specific timestamp, that its contents match the recorded hash, and that the record has not been tampered with since issuance. Artifacts can be independently verified without trusting CertifiedData directly.
Registry collection contract (for agents and systems)
{
"term": "CertifiedData public artifact registry",
"concept_type": "registry-collection",
"canonical_url": "https://certifieddata.io/registry",
"artifact_types": [
"dataset",
"model",
"system",
"output",
"decision-log"
],
"certification_statuses": [
"certified",
"unverified"
],
"item_summary_fields": [
"slug",
"title",
"artifact_type",
"certification_status",
"artifact_hash",
"certificate_id",
"schema_version",
"issuer"
],
"detail_route_pattern": "/registry/{slug}",
"verify_pattern": "POST /api/verify → { certificate_id }",
"hash_algorithm": "SHA-256",
"signing_algorithm": "Ed25519",
"verification_auth_required": false,
"openapi_spec": "https://certifieddata.io/openapi.json"
}Certified synthetic dataset for lab result analytics in healthcare.
Certified synthetic dataset for medication adherence testing in healthcare.
Certified synthetic dataset for fraud signal modeling in finance.
Certified synthetic dataset for aml monitoring testing in finance.
Certified synthetic payment card fraud label dataset with realistic class imbalance for binary fraud classifier training.
Certified synthetic benefit claims dataset for claims processing automation model training and eligibility detection testing.
Certified synthetic public service request dataset for AI-assisted routing model development and civic analytics testing.
Certified synthetic intrusion detection log dataset for IDS/IPS model training and security analytics benchmarking.
Certified synthetic SaaS usage event dataset for product-led growth model development and feature adoption analytics.
Certified synthetic payroll compliance dataset for compensation equity analysis and payroll system audit trail testing.
Certified synthetic employee attrition dataset for turnover prediction model development and HR analytics testing.
Certified synthetic network authentication log dataset for access anomaly detection and telecom security model testing.
Certified synthetic loyalty program event dataset for customer lifetime value modeling and retention analytics.
Certified synthetic e-commerce clickstream dataset for recommendation engine training and user behavior analysis.
Certified synthetic life underwriting dataset for risk model development and actuarial model validation.
Certified synthetic auto insurance claims dataset for claims severity modeling and fraud detection system development.
Certified synthetic prescription drug event dataset for medication adherence modeling and pharmacy analytics testing.
Certified synthetic clinical lab results dataset for diagnostic AI model training and lab analytics platform testing.
Certified synthetic credit risk scorecard dataset for model validation, fairness testing, and regulatory documentation.
Certified synthetic cross-border payment dataset for sanctions screening model development and payment risk testing.
Certified synthetic DNS exfiltration log dataset for threat detection model training and security monitoring system evaluation.
Certified synthetic telecom churn dataset for customer retention model development and churn prediction algorithm benchmarking.
Certified synthetic EHR discharge summary dataset for readmission prediction model training and care pathway analysis.
Certified synthetic wire fraud alert dataset for financial crime model development and alert triage system testing.
Browse by category, filter by certification status, or search by keyword or tag.
Green = Ed25519 signed certificate issued. Grey = registered, not yet certified. Both are real entries — certification adds machine-verifiable proof.
Compute the SHA-256 hash of your copy and compare it to the recorded artifactHash. No trust required.
Reference the certificate ID in audit logs, regulatory filings, and governance documentation.
Use POST /v1/registry to register an artifact, then POST /v1/registry/:id/certify to issue a signed certificate and flip the badge from grey to green.