Metadata-Version: 2.4
Name: crispdm-modeling
Version: 0.1.0
Summary: LSTM modeling helpers for the CRISP-DM Modeling stage.
Author: Personal ASA
Keywords: crisp-dm,modeling,lstm
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: tensorflow>=2.10

# CRISP-DM – Modeling

Abstracciones para construir, entrenar y evaluar el modelo
LSTM usado en la etapa de **Modeling**.

- `build_lstm_model` crea la arquitectura base.
- `train_lstm_model` incluye *callbacks* (early stopping y checkpoints).
- `evaluate_lstm_model` resume el desempeño del modelo entrenado.

Instala localmente con:

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