> For the complete documentation index, see [llms.txt](https://senselab.gitbook.io/senselab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://senselab.gitbook.io/senselab-docs/docs/diagrams/04-precision-servicios-ia.md).

# Gráficos de Precisión — Servicios de IA

> Métricas de precisión verificadas en las auditorías técnicas del proyecto.

## Gráfico de Barras — Precisión por Servicio

```mermaid
xychart-beta
    title "Precisión de Servicios IA — Senselab Core API"
    x-axis ["OCR Facturas", "CAByS Classifier", "Anomaly Detection", "Chatbot Intent", "Credit Scoring", "Predictions"]
    y-axis "Precisión (%)" 0 --> 100
    bar [92, 98, 95, 90, 88, 85]
```

## Detalle de Métricas

| Servicio                | Precisión | Método de Medición                                       | Fuente                |
| ----------------------- | --------- | -------------------------------------------------------- | --------------------- |
| **Clasificación CAByS** | **98%**   | Match correcto de código tributario en 10,000+ productos | Auditoría Abr 2026    |
| **Detección Anomalías** | **95%**   | Transacciones fraudulentas detectadas vs total (> 3σ)    | Auditoría Abr 2026    |
| **OCR Facturas**        | **92%**   | Campos correctamente extraídos de facturas PDF/IMG       | Auditoría Abr 2026    |
| **Chatbot Intent**      | **90%**   | Intent detection correcto en consultas naturales         | Internal testing      |
| **Credit Scoring**      | **88%**   | Correlación score vs comportamiento real de pago         | Model backtesting     |
| **Predicción Demanda**  | **85%**   | MAPE (Mean Absolute Percentage Error) en forecast 30d    | Historical validation |

## Modelo de Credit Scoring — Pesos

```mermaid
pie title "Distribución de Pesos — Credit Scoring"
    "Historial Pagos" : 35
    "Antigüedad Cliente" : 15
    "Volumen Compras" : 15
    "Deuda Actual" : 15
    "Frecuencia Compras" : 10
    "Monto Promedio" : 10
```

| Factor                  | Peso    | Descripción                    |
| ----------------------- | ------- | ------------------------------ |
| Historial de Pagos      | **35%** | Pagos a tiempo vs vencidos     |
| Antigüedad como Cliente | **15%** | Tiempo de relación comercial   |
| Volumen de Compras      | **15%** | Monto total acumulado          |
| Deuda Actual            | **15%** | Cuentas por Cobrar vencidas    |
| Frecuencia de Compras   | **10%** | Número de transacciones        |
| Monto Promedio          | **10%** | Tamaño promedio de transacción |

### Rangos de Score

| Rango      | Clasificación  | Acción Recomendada |
| ---------- | -------------- | ------------------ |
| **80-100** | 🟢 Excelente   | Crédito extendido  |
| **60-79**  | 🔵 Bueno       | Crédito estándar   |
| **40-59**  | 🟡 Regular     | Crédito limitado   |
| **20-39**  | 🟠 Riesgoso    | Solo contado       |
| **0-19**   | 🔴 Alto Riesgo | Bloqueado          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://senselab.gitbook.io/senselab-docs/docs/diagrams/04-precision-servicios-ia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
