diff options
Diffstat (limited to 'dev-python/dtreeviz')
| -rw-r--r-- | dev-python/dtreeviz/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dtreeviz/dtreeviz-2.2.2.ebuild | 32 | ||||
| -rw-r--r-- | dev-python/dtreeviz/metadata.xml | 13 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/dtreeviz/Manifest b/dev-python/dtreeviz/Manifest deleted file mode 100644 index 6e684966d863..000000000000 --- a/dev-python/dtreeviz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dtreeviz-2.2.2.tar.gz 77028 BLAKE2B 1c0b64d720d5fec2559c13cfcd8ca3e02108b02f056e5eccbc7ae596ab7ab0523256b8cafcd5908d77adf098a56d6f87340473f95e1545ed86f12a6912524fac SHA512 4be118cc7825da8e51cffb7fc248105c13e17342f58acaa5110d91f4e8c686d6c8ca8697ab9d3fe2c4e7549fd781aad6154a64562b76989e51e906964505796e diff --git a/dev-python/dtreeviz/dtreeviz-2.2.2.ebuild b/dev-python/dtreeviz/dtreeviz-2.2.2.ebuild deleted file mode 100644 index a6ec80e23541..000000000000 --- a/dev-python/dtreeviz/dtreeviz-2.2.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 pypi - -DESCRIPTION="A python library for decision tree visualization and model interpretation" -HOMEPAGE=" - https://github.com/parrt/dtreeviz - https://pypi.org/project/dtreeviz/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -# Tests are either not packaged properly -# Or have dependencies which aren't package in ::gentoo or ::guru -RESTRICT="test" - -RDEPEND=" - >=dev-python/graphviz-0.9 - dev-python/pandas - dev-python/numpy - dev-python/scikit-learn - dev-python/matplotlib - dev-python/colour -" - -distutils_enable_tests pytest diff --git a/dev-python/dtreeviz/metadata.xml b/dev-python/dtreeviz/metadata.xml deleted file mode 100644 index 31a85aae379c..000000000000 --- a/dev-python/dtreeviz/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <maintainer type="person"> - <email>torsi@fi.uba.ar</email> - <name>Tomas Fabrizio Orsi</name> - </maintainer> - <longdescription>A python library for decision tree visualization and model interpretation. Decision trees are the fundamental building block of gradient boosting machines and Random Forests(tm), probably the two most popular machine learning models for structured data. Visualizing decision trees is a tremendous aid when learning how these models work and when interpreting models. The visualizations are inspired by an educational animation by R2D3; A visual introduction to machine learning. Please see How to visualize decision trees for deeper discussion of our decision tree visualization library and the visual design decisions we made.</longdescription> - <upstream> - <remote-id type="github">parrt/dtreeviz</remote-id> - <remote-id type="pypi">dtreeviz</remote-id> - </upstream> -</pkgmetadata> |
