Metadata-Version: 2.4
Name: automlpro
Version: 0.1.0
Summary: AutoMLPro — A lightweight AutoML library to test multiple ML models automatically.
Home-page: https://github.com/digiart-aamir/automlpro
Author: Aamir Jamil
Author-email: Aamir Jamil <engr.aamir@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# AutoLearnX

**AutoLearnX** is a simple and powerful AutoML library that automatically:
- detects classification/regression tasks,
- trains multiple models,
- evaluates them,
- and generates performance reports.

## 📦 Installation
```bash
pip install autolearnx
