<div dir="ltr">Hi<div><br></div><div>In order to do LOOCV for PLSRegression on a set of n correlation matrices like:</div><div><div><br></div><div>pls = PLSRegression(n_components = 3)</div><div>cv=LeavePLabelOut([1,1,1,1,1], p=2)</div></div><div><br></div><div><div>cv_scores = cross_val_score(pls, correlationmatrices, y=[1,1,1,1,1], cv=cv)</div><div><br></div><div>Output labels are either 0 or 1 as shown in y. </div><div><br></div><div>The above does not work. </div><div><br></div><div>What's the correct way to implement LOOCV for PLSRegression in the above case ?</div><div><br></div><div>Thank you</div><div>S.V</div><div><br></div>-- <br><div class="gmail_signature">U</div>
</div></div>