Metadata-Version: 2.4
Name: shivmlpro
Version: 0.2
Summary: An all-in-one ML automation library for supervised, unsupervised, and reinforcement learning.
Home-page: https://github.com/shivchaudhari-ai/shivmlpro
Author: Shivam Vinod Chaudhari
Author-email: shivam7744998850@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: xgboost
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🌟 shivmlpro v0.2

An all-in-one **Machine Learning automation package** — where you can train **supervised**, **unsupervised**, or **reinforcement** models using **just one line of code**.  

> Developed by [Shivam Vinod Chaudhari](https://github.com/shivchaudhari-ai)

---

## 🚀 Installation

```bash
pip install shivmlpro
