From 18d9b77aee07e1482e186c4b46077b83949a8278 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 22 May 2022 23:33:11 +0100 Subject: [PATCH] fs_* versions --- uq_ml_models_FS/{UQ_ABC.py => fs_UQ_ABC.py} | 0 uq_ml_models_FS/{UQ_BC.py => fs_UQ_BC.py} | 0 uq_ml_models_FS/{UQ_BNB.py => fs_UQ_BNB.py} | 0 uq_ml_models_FS/{UQ_DT.py => fs_UQ_DT.py} | 0 uq_ml_models_FS/{UQ_GBC.py => fs_UQ_GBC.py} | 0 uq_ml_models_FS/{UQ_GNB.py => fs_UQ_GNB.py} | 0 uq_ml_models_FS/{UQ_GPC.py => fs_UQ_GPC.py} | 0 uq_ml_models_FS/{UQ_KNN.py => fs_UQ_KNN.py} | 0 uq_ml_models_FS/{UQ_LR.py => fs_UQ_LR.py} | 0 uq_ml_models_FS/{UQ_MLP.py => fs_UQ_MLP.py} | 0 uq_ml_models_FS/{UQ_QDA.py => fs_UQ_QDA.py} | 0 uq_ml_models_FS/{UQ_RC.py => fs_UQ_RC.py} | 0 uq_ml_models_FS/{UQ_RF.py => fs_UQ_RF.py} | 0 uq_ml_models_FS/{UQ_SVC.py => fs_UQ_SVC.py} | 0 uq_ml_models_FS/{UQ_XGB.py => fs_UQ_XGB.py} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename uq_ml_models_FS/{UQ_ABC.py => fs_UQ_ABC.py} (100%) rename uq_ml_models_FS/{UQ_BC.py => fs_UQ_BC.py} (100%) rename uq_ml_models_FS/{UQ_BNB.py => fs_UQ_BNB.py} (100%) rename uq_ml_models_FS/{UQ_DT.py => fs_UQ_DT.py} (100%) rename uq_ml_models_FS/{UQ_GBC.py => fs_UQ_GBC.py} (100%) rename uq_ml_models_FS/{UQ_GNB.py => fs_UQ_GNB.py} (100%) rename uq_ml_models_FS/{UQ_GPC.py => fs_UQ_GPC.py} (100%) rename uq_ml_models_FS/{UQ_KNN.py => fs_UQ_KNN.py} (100%) rename uq_ml_models_FS/{UQ_LR.py => fs_UQ_LR.py} (100%) rename uq_ml_models_FS/{UQ_MLP.py => fs_UQ_MLP.py} (100%) rename uq_ml_models_FS/{UQ_QDA.py => fs_UQ_QDA.py} (100%) rename uq_ml_models_FS/{UQ_RC.py => fs_UQ_RC.py} (100%) rename uq_ml_models_FS/{UQ_RF.py => fs_UQ_RF.py} (100%) rename uq_ml_models_FS/{UQ_SVC.py => fs_UQ_SVC.py} (100%) rename uq_ml_models_FS/{UQ_XGB.py => fs_UQ_XGB.py} (100%) diff --git a/uq_ml_models_FS/UQ_ABC.py b/uq_ml_models_FS/fs_UQ_ABC.py similarity index 100% rename from uq_ml_models_FS/UQ_ABC.py rename to uq_ml_models_FS/fs_UQ_ABC.py diff --git a/uq_ml_models_FS/UQ_BC.py b/uq_ml_models_FS/fs_UQ_BC.py similarity index 100% rename from uq_ml_models_FS/UQ_BC.py rename to uq_ml_models_FS/fs_UQ_BC.py diff --git a/uq_ml_models_FS/UQ_BNB.py b/uq_ml_models_FS/fs_UQ_BNB.py similarity index 100% rename from uq_ml_models_FS/UQ_BNB.py rename to uq_ml_models_FS/fs_UQ_BNB.py diff --git a/uq_ml_models_FS/UQ_DT.py b/uq_ml_models_FS/fs_UQ_DT.py similarity index 100% rename from uq_ml_models_FS/UQ_DT.py rename to uq_ml_models_FS/fs_UQ_DT.py diff --git a/uq_ml_models_FS/UQ_GBC.py b/uq_ml_models_FS/fs_UQ_GBC.py similarity index 100% rename from uq_ml_models_FS/UQ_GBC.py rename to uq_ml_models_FS/fs_UQ_GBC.py diff --git a/uq_ml_models_FS/UQ_GNB.py b/uq_ml_models_FS/fs_UQ_GNB.py similarity index 100% rename from uq_ml_models_FS/UQ_GNB.py rename to uq_ml_models_FS/fs_UQ_GNB.py diff --git a/uq_ml_models_FS/UQ_GPC.py b/uq_ml_models_FS/fs_UQ_GPC.py similarity index 100% rename from uq_ml_models_FS/UQ_GPC.py rename to uq_ml_models_FS/fs_UQ_GPC.py diff --git a/uq_ml_models_FS/UQ_KNN.py b/uq_ml_models_FS/fs_UQ_KNN.py similarity index 100% rename from uq_ml_models_FS/UQ_KNN.py rename to uq_ml_models_FS/fs_UQ_KNN.py diff --git a/uq_ml_models_FS/UQ_LR.py b/uq_ml_models_FS/fs_UQ_LR.py similarity index 100% rename from uq_ml_models_FS/UQ_LR.py rename to uq_ml_models_FS/fs_UQ_LR.py diff --git a/uq_ml_models_FS/UQ_MLP.py b/uq_ml_models_FS/fs_UQ_MLP.py similarity index 100% rename from uq_ml_models_FS/UQ_MLP.py rename to uq_ml_models_FS/fs_UQ_MLP.py diff --git a/uq_ml_models_FS/UQ_QDA.py b/uq_ml_models_FS/fs_UQ_QDA.py similarity index 100% rename from uq_ml_models_FS/UQ_QDA.py rename to uq_ml_models_FS/fs_UQ_QDA.py diff --git a/uq_ml_models_FS/UQ_RC.py b/uq_ml_models_FS/fs_UQ_RC.py similarity index 100% rename from uq_ml_models_FS/UQ_RC.py rename to uq_ml_models_FS/fs_UQ_RC.py diff --git a/uq_ml_models_FS/UQ_RF.py b/uq_ml_models_FS/fs_UQ_RF.py similarity index 100% rename from uq_ml_models_FS/UQ_RF.py rename to uq_ml_models_FS/fs_UQ_RF.py diff --git a/uq_ml_models_FS/UQ_SVC.py b/uq_ml_models_FS/fs_UQ_SVC.py similarity index 100% rename from uq_ml_models_FS/UQ_SVC.py rename to uq_ml_models_FS/fs_UQ_SVC.py diff --git a/uq_ml_models_FS/UQ_XGB.py b/uq_ml_models_FS/fs_UQ_XGB.py similarity index 100% rename from uq_ml_models_FS/UQ_XGB.py rename to uq_ml_models_FS/fs_UQ_XGB.py