confidence_score
AI / MLGenerate ML confidence scores between 0 and 1 with realistic distribution. For model output testing, prediction display, and AI pipeline validation.
Example Outputs
0.870.950.420.73API Usage
Send a POST request to generate confidence score data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "confidence_score",
"type": "confidence_score"
}
]
}
]
}'Common Use Cases
- Model output testing
- Prediction display testing
- AI dashboard seeding
- Threshold tuning testing
Quick Info
- Field Type
- confidence_score
- Category
- AI / ML
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Confidence Score + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.