pyopls icon indicating copy to clipboard operation
pyopls copied to clipboard

Compatibility with current scikit-learn version 1.6.1 fixed

Open j-vollbracht opened this issue 11 months ago • 0 comments

Fixed a compatibility issue with scikit-learn version 1.6.1. The fix consisted of passing parameters to cross_val_predict function calls in validation.py and permutation_test.py not by position but by keyword.

j-vollbracht avatar Feb 21 '25 17:02 j-vollbracht