CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
aom_nirs/__init__.py
aom_nirs/experimental/__init__.py
aom_nirs/fast/__init__.py
aom_nirs/fast/bases.py
aom_nirs/fast/chain_generator.py
aom_nirs/fast/grammar.py
aom_nirs/fast/lowrank.py
aom_nirs/fast/operator_chain.py
aom_nirs/fast/screening.py
aom_nirs/fast/xcorr_fast.py
aom_nirs/fast/models/__init__.py
aom_nirs/fast/models/_common.py
aom_nirs/fast/models/fast_aom_pls_ridge.py
aom_nirs/fast/models/hard_aom_chain_pls_ridge.py
aom_nirs/fast/models/single_chain_pls_ridge.py
aom_nirs/fast/models/soft_aom_chain_pls_ridge.py
aom_nirs/fast/models/sparse_multi_kernel_ridge.py
aom_nirs/pls/__init__.py
aom_nirs/pls/banks.py
aom_nirs/pls/centering.py
aom_nirs/pls/classification.py
aom_nirs/pls/diagnostics.py
aom_nirs/pls/estimators.py
aom_nirs/pls/metrics.py
aom_nirs/pls/nipals.py
aom_nirs/pls/operator_explorer.py
aom_nirs/pls/operator_generation.py
aom_nirs/pls/operator_similarity.py
aom_nirs/pls/operators.py
aom_nirs/pls/preprocessing.py
aom_nirs/pls/scorers.py
aom_nirs/pls/selection.py
aom_nirs/pls/simpls.py
aom_nirs/pls/synthetic.py
aom_nirs/pls/torch_backend.py
aom_nirs/ridge/__init__.py
aom_nirs/ridge/_spxy.py
aom_nirs/ridge/aom_ridge_pls.py
aom_nirs/ridge/auto_selector.py
aom_nirs/ridge/blender.py
aom_nirs/ridge/branches.py
aom_nirs/ridge/classification.py
aom_nirs/ridge/cv.py
aom_nirs/ridge/estimators.py
aom_nirs/ridge/guards.py
aom_nirs/ridge/kernelizer.py
aom_nirs/ridge/kernels.py
aom_nirs/ridge/local_ridge.py
aom_nirs/ridge/mkl.py
aom_nirs/ridge/mkr_estimator.py
aom_nirs/ridge/multi_branch_mkl.py
aom_nirs/ridge/preprocessing.py
aom_nirs/ridge/residual_tabpfn.py
aom_nirs/ridge/selection.py
aom_nirs/ridge/solvers.py
aom_nirs/ridge/split_aware_cv.py
aom_nirs/ridge/tabpfn_candidate.py
aom_nirs/ridge/weights.py
nirs4all_aom.egg-info/PKG-INFO
nirs4all_aom.egg-info/SOURCES.txt
nirs4all_aom.egg-info/dependency_links.txt
nirs4all_aom.egg-info/requires.txt
nirs4all_aom.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/fast/__init__.py
tests/fast/conftest.py
tests/fast/test_bases.py
tests/fast/test_grammar.py
tests/fast/test_lowrank_screening.py
tests/fast/test_models.py
tests/fast/test_operator_chain.py
tests/fast/test_xcorr_fast.py
tests/pls/__init__.py
tests/pls/test_active_superblock.py
tests/pls/test_aom_pls_classifier_wrapper.py
tests/pls/test_aom_pls_wrapper.py
tests/pls/test_benchmark_schema.py
tests/pls/test_classification.py
tests/pls/test_estimators.py
tests/pls/test_explorer.py
tests/pls/test_fck_operator.py
tests/pls/test_nipals.py
tests/pls/test_operators.py
tests/pls/test_parity_with_production.py
tests/pls/test_pop_pls_wrapper.py
tests/pls/test_selection.py
tests/pls/test_simpls.py
tests/pls/test_torch_parity.py
tests/ridge/__init__.py
tests/ridge/conftest.py
tests/ridge/synthetic_mkr.py
tests/ridge/test_auto_selector.py
tests/ridge/test_blender.py
tests/ridge/test_local_ridge.py
tests/ridge/test_mkr_estimator.py
tests/ridge/test_mkr_kernelizer.py
tests/ridge/test_mkr_no_leakage.py
tests/ridge/test_mkr_weights.py
tests/ridge/test_multi_branch_mkl.py
tests/ridge/test_no_selector_branch_leak.py
tests/ridge/test_ridge_branch_global.py
tests/ridge/test_ridge_classifier.py
tests/ridge/test_ridge_cv_no_leakage.py
tests/ridge/test_ridge_estimators.py
tests/ridge/test_ridge_kernel_equivalence.py
tests/ridge/test_ridge_mkl.py
tests/ridge/test_ridge_one_se_and_repeated_cv.py
tests/ridge/test_ridge_pls.py
tests/ridge/test_ridge_round3_fixes.py
tests/ridge/test_ridge_selection.py
tests/ridge/test_ridge_solvers.py
tests/ridge/test_split_aware_cv.py