TrustLens Documentation¶
TrustLens helps ML teams answer a practical question with evidence: should this model be deployed, delayed, or blocked?
This documentation is organized around real workflows used by ML engineers, not around internal package structure.
Start Here¶
New to TrustLens: read Getting Started
Need context first: read Overview and The Problem
Need API details: open API Reference
I Want To…¶
Evaluate one model quickly: Getting Started
Understand score logic and verdict rules: Trust Score Explained
Investigate reliability and risk dimensions: Features and Modules
Use TrustLens in production workflows: Guides
Understand what is and is not supported: Known Limitations
Extend the system safely: Architecture, Contributing
Documentation Map¶
Foundations¶
Concepts¶
Practical Guides¶
Reference¶
Project and Contribution¶
Documentation
- Getting Started
- Overview
- The Problem Nobody Ships Around
- Who This Is For
- Features and Modules
- Real-World Use Cases
- Trust Score Explained
- Known Limitations
- Model Comparison Workflow
- CI and Deployment Gate Workflow
- Fairness Audit Workflow
- API Reference
- System Architecture
- TrustLens Design Principles
- Experimental Modules
- TrustLens — Future Extensions
- Documentation Page Template
- Internal RFC: Prediction Semantics Contract
- Implementation plan: XGBoost
- Implementation plan: Keras
- Scope: “Keras” vs “TensorFlow” in this repo
- Executive summary
- Prerequisites
- Objectives (Keras)
- Non-goals (v1)
- Technical design
- Files to add or change (checklist)
- Testing strategy
- CI recommendations
- Acceptance criteria (Keras experimental “ready”)
- Suggested PR breakdown
- Promotion to stable API
- FAQ
- Document history
- Implementation plan: TensorFlow