Applicant Profile
Your Result
IdleDefault Risk (reference)
–
Default Risk (private compute)
–
Credit Score (private compute)
–
Risk Tier (private compute)
–
Reference: –
Error (abs / rel)
–
Error (raw)
–
Latency
–
Error (abs / rel)
–
Bootstrap
–
Ciphertext hash
–
Client View
- Normalize raw values into [-1, 1].
- Encrypt the normalized feature vector.
- Decrypt only the final risk.
Normalized Inputs
Raw (after defaults)
–
Normalized ([-1,1] * scale)
–
Server View
- Compute dot-product and polynomial risk on ciphertext.
- Return encrypted risk to the client.
Model & Timing
Scorecard (bias, scale, PDO)
–
Total latency
–
Ciphertext Snapshot
Level / Scale
–
Moduli / logN
–
c0 head
–
c1 head
–
Ciphertext bytes (head)
–
Ciphertext hash (sha256)
–
Flow Overview
- Client normalizes raw inputs (bounds to [-1, 1]).
- Client encrypts the vector using CKKS.
- Server runs dot-product and polynomial risk on ciphertext.
- Server sends encrypted risk back.
- Client decrypts and maps to a tier (and optional score).
Pipeline Trace
- Normalize inputs
- Encrypt features
- Compute on ciphertext
- Decrypt result
Client
Normalize → Encrypt
Private data stays localServer
Compute on ciphertext
No raw accessClient
Decrypt → Score
Result onlySecurity Note
The server returns an encrypted risk signal. The client decrypts and maps it to a tier (and optionally a score) without exposing raw inputs.
Top Contributors
Largest |weight × normalized| terms
Bootstrap Overview
- Coeff → Slot (FFT/linear transform)
- Mod Reduce (polynomial)
- Slot → Coeff (inverse transform)
- Normalize scale/level
Bootstrap Status
–
Scale (runtime / target) ?
–
Live scale shows the real signal amplitude before refresh.
Bootstrap latency ?
–
Scale ratio (runtime / target) ?
–
Closer to 1.0 = cleaner refresh and tighter accuracy.
Pipeline steps
–
Rotation steps
–
Accuracy Contract
Mod-reduce range (tanh input bound)
–
Normalized input bound (+/- inputScale)
–
Expected approx bits
–
–
Presets
Range selector (restart required)
Preset command
–
Choose a range and restart the server with the env var.