From aa0562fef3d9d9412cb83b194ef7fb62639c6b90 Mon Sep 17 00:00:00 2001 From: Joaquin Torres Date: Sun, 7 Jul 2024 11:33:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94742f4..cfa69c7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository is organized as follows: * [output](./EDA/output): Plots about feature distributions, correlations and importance. * [EDA.ipynb](./EDA/EDA.ipynb): Exploring and filtering data, handling missing values, encoding variables, building the final pre- and post- pandemic datasets, and generating plots for feature distributions, correlations and importance. * [gen_train_data](./gen_train_data): - * [gen_train_data.ipynb](./gen_train_data/gen_train_data.ipynb): Generating training and testing datasets. + * [gen_train_data.ipynb](./gen_train_data/gen_train_data.ipynb): Generating training and testing datasets for each of the pipelines. * [model_selection](./model_selection): * [hyperparam_tuning.py](./model_selection/hyperparam_tuning.py): Tuning models through a random search of hyperparameters. * [cv_metric_gen.py](./model_selection/cv_metric_gen.py): Generating cross-validation metrics and plots for each of the tuned models. -- 2.24.1