LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
data/airfoil.dat
data/cardiotocography.dat
data/dailykos.dat
data/drug.dat
data/magic_gamma_telescope.dat
data/nips.dat
data/segmentation.dat
data/yeast.dat
nystrompca/__init__.py
nystrompca.egg-info/PKG-INFO
nystrompca.egg-info/SOURCES.txt
nystrompca.egg-info/dependency_links.txt
nystrompca.egg-info/entry_points.txt
nystrompca.egg-info/requires.txt
nystrompca.egg-info/top_level.txt
nystrompca/algorithms/__init__.py
nystrompca/algorithms/bound.py
nystrompca/algorithms/kernel_PCA.py
nystrompca/algorithms/kernel_PCR.py
nystrompca/algorithms/kernel_RR.py
nystrompca/algorithms/nystrom_KPCA.py
nystrompca/algorithms/nystrom_KPCR.py
nystrompca/algorithms/nystrom_KRR.py
nystrompca/base/__init__.py
nystrompca/base/kernel.py
nystrompca/base/kernel_machine.py
nystrompca/base/nystrom_method.py
nystrompca/base/regression.py
nystrompca/base/transformation.py
nystrompca/experiments/__init__.py
nystrompca/experiments/base_parser.py
nystrompca/experiments/bound_experiments.py
nystrompca/experiments/console_script.py
nystrompca/experiments/data.py
nystrompca/experiments/methods_experiments.py
nystrompca/experiments/plotting.py
nystrompca/experiments/regression_experiments.py
nystrompca/utils/__init__.py
nystrompca/utils/logger.py
nystrompca/utils/utils.py