https://github.com/LMJL-Alea/ktest
Tip revision: badd66fe8863139008e6556d4834bd0d28dded45 authored by parsenteva on 10 April 2024, 14:23:20 UTC
Add plots + minor changes
Add plots + minor changes
Tip revision: badd66f
setup.cfg
[metadata]
name = ktest
version = 1.0.0
author = Anthony Ozier-Lafontaine, Polina Arsenteva
author_email = anthony.ozier-lafontaine@ec-nantes.fr, polina.arsenteva@univ-nantes.fr
description = Package implementing efficient kernel tests such as MMD or KFDA
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/LMJL-Alea/ktest.git
project_urls =
Bug Tracker = https://github.com/LMJL-Alea/ktest/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
anthony_project_tools @ git+https://github.com/lereldarion/anthony_project_tools.git
torch
numpy
scipy
scikit-learn
pandas
joblib
matplotlib
adjustText
kmeans_pytorch
tqdm
[options.packages.find]
where = src
