Metadata-Version: 2.4
Name: scikitty
Version: 1.0
Summary: A package to create Decision Trees like Scikitlearn.
Home-page: https://github.com/JohnRojas222/SciKittyPackage/
Download-URL: https://github.com/JohnRojas222/SciKittyPackage/tarball/0.1
Author: John Rojas
Author-email: john.rojas.chinchilla@gmail.com
License: MIT
Keywords: scikitlearn,decision trees,metrics
Description-Content-Type: text/markdown
Requires-Dist: pandas<3,>=1.5
Requires-Dist: numpy<2,>=1.24.1
Requires-Dist: scikit-image<1,>=0.20
Requires-Dist: scikit-learn<2,>=1.0
Requires-Dist: scikit-learn-intelex<2025,>=2024.4.0
Requires-Dist: graphviz>=0.20.3
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# scikitty

Lightweight decision tree utilities and metrics for learning and experimentation.

This repository provides simple implementations of decision trees, metrics, and
helpers used for educational purposes.

See setup.py for packaging information.
