Sm00thix / IKPLS

Fast CPU and GPU Python implementations of Improved Kernel PLS by Dayal and MacGregor (1997) and Shortcutting Cross-Validation by Engstrøm (2024).
https://ikpls.readthedocs.io/en/latest/
Apache License 2.0
8 stars 3 forks source link

Dev #2

Closed Sm00thix closed 10 months ago

Sm00thix commented 10 months ago

Updated documentation and README. Also explicitly moved X, Y, and splits to device for JAX implementations of cross validation.