Metadata-Version: 2.3
Name: shash
Version: 0.1.0
Summary: Custom data science utilities for model evaluation and data preparation
License: MIT
Author: Shashikanth
Author-email: shashikanth1110@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: hyperopt (==0.2.7)
Requires-Dist: joblib (==1.4.2)
Requires-Dist: jupyterlab (==4.2.3)
Requires-Dist: lightgbm (==4.4.0)
Requires-Dist: lime (==0.2.0.1)
Requires-Dist: pandas (==2.2.2)
Requires-Dist: scikit-learn (==1.5.1)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: wandb (==0.17.4)
Requires-Dist: xgboost (==2.1.0)
Description-Content-Type: text/markdown

# Shash Package

Custom Python package for:
- Data preparation & EDA (`datacheck`, `dataeda`)
- Model evaluation (`evaluate_model_verbose`, `evaluate_model`)

## Installation

For TestPyPI:
```bash
pip install --index-url https://test.pypi.org/simple/ shash

