LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
kerch/__init__.py
kerch/_cache.py
kerch/_dataholder.py
kerch/_logger.py
kerch/_module.py
kerch/_sample.py
kerch/_stochastic.py
kerch.egg-info/PKG-INFO
kerch.egg-info/SOURCES.txt
kerch.egg-info/dependency_links.txt
kerch.egg-info/requires.txt
kerch.egg-info/top_level.txt
kerch/data/_LearningSet.py
kerch/data/__init__.py
kerch/data/__init__.pyi
kerch/data/datasets.py
kerch/data/factory.py
kerch/feature/__init__.py
kerch/feature/__init__.pyi
kerch/feature/cache.py
kerch/feature/logger.py
kerch/feature/module.py
kerch/feature/sample.py
kerch/feature/stochastic.py
kerch/kernel/__init__.py
kerch/kernel/__init__.pyi
kerch/kernel/_base_kernel.py
kerch/kernel/_factory.py
kerch/kernel/explicit.py
kerch/kernel/implicit.py
kerch/kernel/kernel.py
kerch/kernel/nystrom.py
kerch/level/_KPCA.py
kerch/level/_Level.py
kerch/level/_PPCA.py
kerch/level/_View.py
kerch/level/__init__.py
kerch/level/__init__.pyi
kerch/level/factory.py
kerch/method/__init__.py
kerch/method/__init__.pyi
kerch/method/_iterative.py
kerch/method/_knn.py
kerch/method/_smoother.py
kerch/monitor/Local.py
kerch/monitor/Plotter.py
kerch/monitor/Saver.py
kerch/monitor/WandB.py
kerch/monitor/Watcher.py
kerch/monitor/__init__.py
kerch/monitor/__init__.pyi
kerch/monitor/factory.py
kerch/monitor/model.py
kerch/monitor/module.py
kerch/monitor/rkm.py
kerch/opt/Optimizer.py
kerch/opt/__init__.py
kerch/opt/__init__.pyi
kerch/plot/__init__.py
kerch/plot/__init__.pyi
kerch/plot/matplotlib.py
kerch/preimage/__init__.py
kerch/preimage/iterative.py
kerch/preimage/knn.py
kerch/preimage/ridge_regression.py
kerch/preimage/smoother.py
kerch/script/__init__.py
kerch/script/__init__.pyi
kerch/script/_parser.py
kerch/script/expe.py
kerch/script/main.py
kerch/script/version.py
kerch/train/Hyper.py
kerch/train/Trainer.py
kerch/train/__init__.py
kerch/train/__init__.pyi
kerch/transform/Transform.py
kerch/transform/TransformTree.py
kerch/transform/__init__.py
kerch/transform/__init__.pyi
kerch/utils/__init__.py
kerch/utils/__init__.pyi
kerch/utils/arch.py
kerch/utils/cast.py
kerch/utils/decorators.py
kerch/utils/defaults.py
kerch/utils/dict.py
kerch/utils/errors.py
kerch/utils/math.py
kerch/utils/tensor.py
kerch/utils/type.py