From 1feef1d487fa2f59b36482c8b466504e18a9a44c Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 25 Aug 2026 23:01:28 -0600 Subject: [PATCH] fixing name report --- ...orte_laboratorio.pdf => reporte_laboratorio.pdf} | Bin README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Lab2/{plantilla_reporte_laboratorio.pdf => reporte_laboratorio.pdf} (100%) diff --git a/Lab2/plantilla_reporte_laboratorio.pdf b/Lab2/reporte_laboratorio.pdf similarity index 100% rename from Lab2/plantilla_reporte_laboratorio.pdf rename to Lab2/reporte_laboratorio.pdf diff --git a/README.md b/README.md index fb7d26b..716faca 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Repositorio con los laboratorios de la asignatura. | # | Laboratorio | Notebook | Reporte | |---|---|---|---| | 1 | MLPs, verosimilitud, entrenamiento y evaluación | [Lab 1 - MLP](Lab1/lab1_mlp.ipynb) | — | -| 2 | Clasificación tabular con MLP (desbalance de clases) | [Lab 2 - Clasificación](Lab2/notebooks/laboratorio_estudiante.ipynb) | [Reporte PDF](Lab2/plantilla_reporte_laboratorio.pdf) | +| 2 | Clasificación tabular con MLP (desbalance de clases) | [Lab 2 - Clasificación](Lab2/notebooks/laboratorio_estudiante.ipynb) | [Reporte PDF](Lab2/reporte_laboratorio.pdf) |