Metadata-Version: 2.4
Name: PyMLite
Version: 0.1.1
Summary: Lightweight Machine Learning library for Python 3.13
Author-email: Pushkar Kaushalendra Sharma <pushkars1707@gmail.com>
License: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.24
Dynamic: license-file

# PyMLite

Lightweight Machine Learning library for Python 3.13

## Features

- Easy-to-use Linear Regression implementation from scratch
- Preprocessing utilities like MinMax Scaler and automatic transformation
- Evaluation metrics: RMSE, R² Score
- Simple ML pipeline to chain preprocessing and models
- Fully compatible with Python 3.13
- Only dependency: NumPy

## Installation

```bash
pip install PyMLite
