PHPackages                             zeeml/machinelearning - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zeeml/machinelearning

ActiveLibrary

zeeml/machinelearning
=====================

161PHP

Since Jul 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Zeeml/MachineLearning)[ Packagist](https://packagist.org/packages/zeeml/machinelearning)[ RSS](/packages/zeeml-machinelearning/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![build](https://camo.githubusercontent.com/1cb0ddd29ea8d7e05e68827e3a77c2d33f2a73ff7a40062c6474b95dd0d87d62/68747470733a2f2f7472617669732d63692e6f72672f5a65656d6c2f4d616368696e654c6561726e696e672e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/1cb0ddd29ea8d7e05e68827e3a77c2d33f2a73ff7a40062c6474b95dd0d87d62/68747470733a2f2f7472617669732d63692e6f72672f5a65656d6c2f4d616368696e654c6561726e696e672e7376673f6272616e63683d6d6173746572)

MachineLearning
===============

[](#machinelearning)

Machine Learning Library in PHP

```
$ml = new ML(Dataset::factory('/path/to/csv'));

$ml
    ->using([LinearRegression::class, LogisticRegression::class])
    ->epochs(12)
    ->fit()
;

$ml
    ->using([KNearestNeighbors::class])
    ->epochs(2)
    ->fit()
;

$ml->test();

$ml->stats();

$ml->predict(LinearRegression::class, Dataset::factory('/path/to/newCsv'));

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b55671bb08283feb08eaaec00afc4ce3b3b1e263413366f5f19310660c374197?d=identicon)[crapougnax](/maintainers/crapougnax)

---

Top Contributors

[![crapougnax](https://avatars.githubusercontent.com/u/1242077?v=4)](https://github.com/crapougnax "crapougnax (6 commits)")[![elkaadka](https://avatars.githubusercontent.com/u/24205608?v=4)](https://github.com/elkaadka "elkaadka (2 commits)")

---

Tags

iamachine-learning

### Embed Badge

![Health badge](/badges/zeeml-machinelearning/health.svg)

```
[![Health](https://phpackages.com/badges/zeeml-machinelearning/health.svg)](https://phpackages.com/packages/zeeml-machinelearning)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
