Metadata-Version: 2.1
Name: scud
Version: 0.0.4
Summary: Structured Principal Component Analysis
Author-email: Bastien Batardière <bastien.batardiere@gmail.com>
Maintainer-email: Bastien Batardière <bastien.batardiere@gmail.com>
License: MIT License
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: optax
Requires-Dist: torch
Requires-Dist: jax
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest_lazy_fixture; extra == "tests"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"

Package for Statistical Components for Underlying Dimensions.

# Installing
```
pip install scud
```

# Documentation
The documentation can be found [here](https://scud-422a9c.gitlab.io/).


# CONTRIBUTING
You should run
```pre-commit install```
in the repo directory before commiting (if ```pre-commit``` is not installed,
you can pip install it). This will make sure each python file is well
formated and pylint will check the code before any python file is committed. You can check the ```.pre-commit-config.yaml``` file for more details on pylint configuration.


## 🛠 Installation


## ⚡️ Citations

Please cite our work:

Batardière, Bastien, Joon Kwon, Julien Chiquet, and Julien Stoehr (2024).
“Importance sampling based gradient method for dimension reduction in Poisson
Log-Normal model.” In: arXiv. url: https://arxiv.org/abs/2410.00476.
