Metadata-Version: 2.4
Name: eduml
Version: 1.0.11
Summary: A learning-focused, educational ML toolkit with clean implementations and explainability.
Home-page: https://github.com/varnitpatel001/eduMl
Author: Varnit Patel
Author-email: varnitpatel001@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Education
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scikit-learn
Requires-Dist: textwrap3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# eduML

A minimal Machine Learning library built from scratch using **NumPy** and **Pandas**.

## Structure
- Supervised Learning
- Unsupervised Learning
- Model Selection & Cross-Validation
- Metrics
- Example Notebooks

## Setup
```bash
bash init_eduMl.sh
```

## Next Steps
Start implementing algorithms in Phase 2.
