Metadata-Version: 2.4
Name: pycheron
Version: 0.1.2
Summary: pycheron: Python Deep Learning Toolkit for AutoML, preprocessing and model training
Author: pycheron contributors
License: MIT
Project-URL: Homepage, https://github.com/Root-acess/pycheron
Project-URL: Bug Tracker, https://github.com/Root-acess/pycheron/issues
Project-URL: Changelog, https://github.com/Root-acess/pycheron/blob/main/CHANGELOG.md
Keywords: machine-learning,automl,scikit-learn,data-science
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: joblib>=1.3
Requires-Dist: cloudpickle>=3.0
Requires-Dist: optuna>=3.4
Requires-Dist: shap>=0.44
Requires-Dist: rich>=13.0
Requires-Dist: pydantic>=2.0
Requires-Dist: tomli>=2.0; python_version < "3.11"
Requires-Dist: typing-extensions>=4.8
Provides-Extra: xgboost
Requires-Dist: xgboost>=2.0; extra == "xgboost"
Provides-Extra: lightgbm
Requires-Dist: lightgbm>=4.0; extra == "lightgbm"
Provides-Extra: torch
Requires-Dist: torch>=2.0; extra == "torch"
Provides-Extra: all
Requires-Dist: pycheron[lightgbm,torch,xgboost]; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"

# pycheron
