<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Partial Least Squares Regression Models with Big Matrices</dc:title>
  <dc:title>R package bigPLSR version 0.7.2</dc:title>
  <dc:subject>Classification/MSC: 62N01, 62N02, 62N03, 62N99</dc:subject>
  <dc:description>
  Fast partial least squares (PLS) for dense and out-of-core data.
  Provides SIMPLS (straightforward implementation of a statistically inspired 
  modification of the PLS method) and NIPALS (non-linear iterative partial least-squares) solvers, 
  plus kernel-style PLS variants ('kernelpls' and 'widekernelpls') with parity to 'pls'. Optimized for
  'bigmemory'-backed matrices with streamed cross-products and chunked BLAS (Basic Linear Algebra Subprograms)
  (XtX/XtY and XXt/YX), optional file-backed score sinks, and deterministic
  testing helpers. Includes an auto-selection strategy that chooses between
  XtX SIMPLS, XXt (wide) SIMPLS, and NIPALS based on (n, p) and a configurable
  memory budget. About the package, Bertrand and Maumy (2023) &lt;https://hal.science/hal-05352069&gt;, 
  and  &lt;https://hal.science/hal-05352061&gt; highlighted fitting and cross-validating 
  PLS regression models to big data. For more details about some of the techniques 
  featured in the package, Dayal and MacGregor (1997) 
  &lt;doi:10.1002/(SICI)1099-128X(199701)11:1%3C73::AID-CEM435%3E3.0.CO;2-%23&gt;,
  Rosipal &amp; Trejo (2001) &lt;https://www.jmlr.org/papers/v2/rosipal01a.html&gt;,
  Tenenhaus, Viennet, and Saporta (2007) &lt;doi:10.1016/j.csda.2007.01.004&gt;,
  Rosipal (2004) &lt;doi:10.1007/978-3-540-45167-9_17&gt;,
  Rosipal (2019) &lt;https://ieeexplore.ieee.org/document/8616346&gt;,
  Song, Wang, and Bai (2024) &lt;doi:10.1016/j.chemolab.2024.105238&gt;.
  Includes kernel logistic PLS with 'C++'-accelerated alternating iteratively 
  reweighted least squares (IRLS) updates, streamed reproducing kernel Hilbert space (RKHS) 
  solvers with reusable centering statistics, and bootstrap
  diagnostics with graphical summaries for coefficients, scores, and
  cross-validation workflows, alongside dedicated plotting utilities for
  individuals, variables, ellipses, and biplots.
  The streaming backend uses far less memory and keeps memory bounded across data sizes.
	For PLS1, streaming is often fast enough while preserving a small memory footprint; 
	for PLS2 it remains competitive with a bounded footprint.
	On small problems that fit comfortably in RAM (random-access memory), dense in-memory 
	solvers are slightly faster; the crossover occurs as n or p grow and the Gram/cross-product cost dominates.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.0.0)</dc:relation>
  <dc:relation>Imports: Rcpp, bigmemory</dc:relation>
  <dc:relation>LinkingTo: Rcpp, RcppArmadillo, BH, bigmemory</dc:relation>
  <dc:relation>Suggests: bench, dplyr, forcats, future, future.apply, ggplot2, knitr,
pls, plsRglm, rmarkdown, RhpcBLASctl, svglite, testthat (&gt;=
3.0.0), tidyr, withr</dc:relation>
  <dc:creator>Frederic Bertrand &lt;frederic.bertrand@lecnam.net&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Frederic Bertrand [cre, aut] (ORCID:
    &lt;https://orcid.org/0000-0002-0837-8281&gt;),
  Myriam Maumy [aut] (ORCID: &lt;https://orcid.org/0000-0002-4615-1512&gt;)</dc:contributor>
  <dc:rights>GPL-3</dc:rights>
  <dc:date>2025-12-01</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=bigPLSR</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.bigPLSR</dc:identifier>
</oai_dc:dc>
