Skip to content
Snippets Groups Projects
Commit 4be23575 authored by BARTHES Nicolas's avatar BARTHES Nicolas
Browse files

typo

parent 7c9546c2
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment