From 4be23575676962ee57e4318de7b70c8970a4d3ea Mon Sep 17 00:00:00 2001 From: barthes <nicolas.barthes@cefe.cnrs.fr> Date: Tue, 25 Jun 2024 12:16:05 +0200 Subject: [PATCH] typo --- src/pages/2-model_creation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/2-model_creation.py b/src/pages/2-model_creation.py index 6caaf36..6ba279e 100644 --- a/src/pages/2-model_creation.py +++ b/src/pages/2-model_creation.py @@ -225,7 +225,7 @@ if not spectra.empty and not y.empty: Reg.cv_data_['idxCV']['Fold' + str(i-1)] = folds[list(folds)[i-2]] Reg.CV_results_.sort_index(inplace = True) Reg.CV_results_.columns = ['Ypredicted_CV'] - # if you want to display Reg.cv_data_ containing by fold YpredCV and idxCV + # if you want to display Reg.cv_data_ containing, by fold, YpredCV and idxCV # cv2.json(Reg.cv_data_) # Display end of modeling message on the interface info.empty() -- GitLab