Metadata-Version: 2.4
Name: morphosml
Version: 0.2.0
Summary: High-performance machine learning library with C++ core
Author: Gabriel Carmona
Author-email: Gabriel Carmona <gabriel@carmona.ai>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Dynamic: author

# MorphosML v0.2.0

**High-performance machine learning library with C++ core**

[![CI](https://github.com/gabrielcarmona/morphosml/actions/workflows/ci.yml/badge.svg)](https://github.com/gabrielcarmona/morphosml/actions/workflows/ci.yml)
[![PyPI version](https://badge.fury.io/py/morphosml.svg)](https://badge.fury.io/py/morphosml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Features

- ⚡ **Fast C++ core** with Python bindings
- 🔢 **Linear algebra primitives** (Vector, Matrix)
- 🤖 **K-Nearest Neighbors classifier**
- 📊 **Performance metrics** (accuracy, MSE)
- 🐍 **Numpy-compatible API**

## Installation

```bash
pip install morphosml
