Metadata-Version: 2.4
Name: nexgml
Version: 0.1.1
Summary: NexGML — Next Generation Machine Learning (educational ML utilities)
Author: Nexo-kun
License: MIT
Project-URL: Homepage, https://github.com/Next-Aura/Nexarians
Project-URL: Documentation, https://github.com/Next-Aura/Nexarians#documentation
Project-URL: Source, https://github.com/Next-Aura/Nexarians
Project-URL: Tracker, https://github.com/Next-Aura/Nexarians/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.23
Requires-Dist: scipy>=1.10
Requires-Dist: numba>=0.56
Requires-Dist: typing_extensions
Dynamic: requires-python

# NexGML

NexGML (Next Generation Machine Learning) — educational ML utilities and simple algorithm implementations.

This repository includes a small collection of models and helpers intended for learning and experimentation. The initial release (0.1.1) focuses on:

- gradient_supported (linear classifier/regressor)
- tree_models (decision tree and forest backends)
- helper (math and indexing helpers)

Requirements

- Python >= 3.10
- numpy, scipy

License: MIT
