# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Zoish streamlines ML with SHAP-based feature selection & interpretability."

HOMEPAGE="https://github.com/TorkamaniLab/zoish"
LICENSE="BSD-3-Clause license"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="~dev-python/cloudpickle-2.2.1[${PYTHON_USEDEP}]
	~dev-python/joblib-1.3.2[${PYTHON_USEDEP}]
	>=dev-python/packaging-23.2[${PYTHON_USEDEP}]
	<dev-python/psutil-6.1[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
	>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]
	dev-python/slicer[${PYTHON_USEDEP}]
	~dev-python/threadpoolctl-3.1.0[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.66.1[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	dev-python/shap[${PYTHON_USEDEP}]
	<dev-python/matplotlib-3.9[${PYTHON_USEDEP}]
	<dev-python/numpy-2.1[${PYTHON_USEDEP}]
	<dev-python/pandas-2.2[${PYTHON_USEDEP}]
	<dev-python/scipy-1.14[${PYTHON_USEDEP}]
	<dev-python/scikit-learn-1.6[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	dev-python/llvmlite[${PYTHON_USEDEP}]
	dev-python/fasttreeshap[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"