pyopls
pyopls copied to clipboard
Compatibility with current scikit-learn version 1.6.1 fixed
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.