Metadata-Version: 2.4
Name: crispdm-deployment
Version: 0.1.0
Summary: Inference helpers and preprocessing for the CRISP-DM Deployment stage.
Author: Personal ASA
Keywords: crisp-dm,deployment,inference
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=1.5
Requires-Dist: tensorflow>=2.10
Requires-Dist: crispdm-data-preparation>=0.1.0

# CRISP-DM – Deployment

Herramientas para servir el modelo:

- Carga de artefactos de entrenamiento (`load_artifacts`).
- Preprocesamiento para inferencia (`preprocess_for_inference`).
- Construcción del `DataFrame` con predicciones.

Instala localmente con:

```bash
pip install -e packages/deployment
```
