From de229b37f9c8bff071ee377e424750510b7e6616 Mon Sep 17 00:00:00 2001 From: Joaquin Torres Bravo Date: Wed, 8 May 2024 13:08:08 +0200 Subject: [PATCH] renamed --- {training_models => models}/eval_models.py | 0 {training_models => models}/hyperparam_tuning.py | 0 .../output/cross_val_res.xlsx | Bin {training_models => models}/output/hyperparam.xlsx | Bin training_models/test.py | 5 ----- 5 files changed, 5 deletions(-) rename {training_models => models}/eval_models.py (100%) rename {training_models => models}/hyperparam_tuning.py (100%) rename {training_models => models}/output/cross_val_res.xlsx (100%) rename {training_models => models}/output/hyperparam.xlsx (100%) delete mode 100644 training_models/test.py diff --git a/training_models/eval_models.py b/models/eval_models.py similarity index 100% rename from training_models/eval_models.py rename to models/eval_models.py diff --git a/training_models/hyperparam_tuning.py b/models/hyperparam_tuning.py similarity index 100% rename from training_models/hyperparam_tuning.py rename to models/hyperparam_tuning.py diff --git a/training_models/output/cross_val_res.xlsx b/models/output/cross_val_res.xlsx similarity index 100% rename from training_models/output/cross_val_res.xlsx rename to models/output/cross_val_res.xlsx diff --git a/training_models/output/hyperparam.xlsx b/models/output/hyperparam.xlsx similarity index 100% rename from training_models/output/hyperparam.xlsx rename to models/output/hyperparam.xlsx diff --git a/training_models/test.py b/training_models/test.py deleted file mode 100644 index 4b62417..0000000 --- a/training_models/test.py +++ /dev/null @@ -1,5 +0,0 @@ -import pandas as pd - -print("Hello") - -df = pd.DataFrame() \ No newline at end of file -- 2.24.1