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

more changes to allow to choose the name for the .csv and .png result files #25

Closed parmentelat closed 3 months ago

parmentelat commented 3 months ago

now that with @23 one can choose where to store the csv results, this allows to pass the filename as a parameter to plot_timings.py as well

rationale is to have a consistent naming scheme like e.g. mac-timings.{csv,png} linux-timings.{csv,png} etc..