Metadata-Version: 2.4
Name: scikit-kda
Version: 0.1.2
Summary: Scikit-learn-compatible Kernel Discriminant Analysis
Author-email: David Diaz Vico <david.diaz.vico@outlook.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/daviddiazvico/scikit-kda
Project-URL: Documentation, https://daviddiazvico.github.io/scikit-kda/
Project-URL: Repository, https://github.com/daviddiazvico/scikit-kda
Project-URL: Issues, https://github.com/daviddiazvico/scikit-kda/issues
Project-URL: Changelog, https://github.com/daviddiazvico/scikit-kda/blob/main/CHANGELOG.md
Keywords: kda,scikit-learn
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn>=1.4
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=8; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.16; extra == "docs"
Dynamic: license-file

# scikit-kda

Scikit-learn-compatible Kernel Discriminant Analysis.

## Status

[![Continuous Integration](https://github.com/daviddiazvico/scikit-kda/actions/workflows/ci.yml/badge.svg)](https://github.com/daviddiazvico/scikit-kda/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://daviddiazvico.github.io/scikit-kda/)
[![PyPI](https://img.shields.io/pypi/v/scikit-kda.svg)](https://pypi.org/project/scikit-kda/)
[![Python](https://img.shields.io/pypi/pyversions/scikit-kda.svg)](https://pypi.org/project/scikit-kda/)
[![License](https://img.shields.io/pypi/l/scikit-kda.svg)](LICENSE)

## Citation

If you find scikit-kda useful, please cite it in your publications. You can use this [BibTeX](http://www.bibtex.org/) entry:
```
@misc{scikit-kda,
      title={scikit-kda},
      author={Diaz-Vico, David},
      year={2018},
      publisher={GitHub repository},
      howpublished={\url{https://github.com/daviddiazvico/scikit-kda}}}
```
