From dd395192349ab02e0774c9c67bf094ba2f7319c0 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sat, 28 May 2022 11:26:29 +0100 Subject: [PATCH] UQ_Imbalance.py is still the practice one --- UQ_Imbalance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UQ_Imbalance.py b/UQ_Imbalance.py index 893c4ef..c115cc7 100644 --- a/UQ_Imbalance.py +++ b/UQ_Imbalance.py @@ -64,7 +64,7 @@ X_rus, y_rus = undersample.fit_resample(X, y) print(X_rus.shape) #142 #------------------------------ -# Simple combine ROS and RUS +# Simple ROS and RUS # [Numerical + catgeorical] #------------------------------ oversample = RandomOverSampler(sampling_strategy='minority')